curve property

Curve curve
final

The animation curve applied to the ClipPathTransition applied to the new child.

Changing curve does not affect transitions already in progress.

The default is Curves.linear.

Implementation

final Curve curve;