themeAnimationCurve property

  1. @Deprecated('Should not be an exposed property')
Curve get themeAnimationCurve
inherited

Implementation

@Deprecated('Should not be an exposed property')
Curve get themeAnimationCurve =>
    _themeAnimationCurve ?? onThemeAnimationCurve() ?? Curves.linear;