curve property

Curve? curve
final

An parametric animation easing curve, i.e. a mapping of the unit interval to the unit interval.

Default to Curves.ease

Implementation

final Curve? curve;