themeAnimationCurve property
Curve
get
themeAnimationCurve
Animation curve for theme transitions.
Controls the easing function used for theme animations.
Example: Curves.easeInOut
Implementation
Curve get themeAnimationCurve => Curves.linear;