animationCurve property

Curve? animationCurve
final

the animation curve which the simpleDrawer takes to push in and out (optional argument. default: Curves.ease)

Implementation

final Curve? animationCurve;