curve property

Curve? curve
final

When drawing 📜 Curtains, state changes are intrinsically animated over this curve.

Default is Curves.easeOut.
If null, falls back to Curves.linear.

Unavailable for Curtains.instant.

Implementation

final Curve? curve;