themeAnimationCurve property

Curve themeAnimationCurve
final

The curve to apply when animating theme changes.

The default is Curves.linear.

This is ignored if themeAnimationDuration is Duration.zero.

See also: themeAnimationDuration, which defines how long the animation is.

Implementation

final Curve themeAnimationCurve;