animationCurve property

Curve? animationCurve
final

The curve used by the transition. NavigationPaneThemeData.animationCurve is used by default.

See also:

  • Curves, a collection of common animation easing curves.

Implementation

final Curve? animationCurve;