curve property

Curve? curve
final

Curve that is used for the animation.

If not specified, the curve from the CupertinoTextButtonTheme is used. If it is not specified in CupertinoTextButtonTheme, kCupertinoTextButtonDefaultAnimationCurve is used.

Implementation

final Curve? curve;