themeAnimationCurve property

Curve themeAnimationCurve
inherited

Implementation

Curve get themeAnimationCurve =>
    _themeAnimationCurve ?? onThemeAnimationCurve() ?? Curves.linear;