modalEnter property

AnimationConfig get modalEnter

Modal enter transition configuration

Implementation

static AnimationConfig get modalEnter => const AnimationConfig(
      duration: normal,
      curve: Curves.easeOutCubic,
      fadeFrom: 0.0,
      fadeTo: 1.0,
      scaleFrom: 0.95,
      scaleTo: 1.0,
      slideFrom: Offset(0, 0.05),
      slideTo: Offset.zero,
    );