reverseCurve property
The curve of the animation when going in reverse
.
The value of curve is used if reverseCurve is not specified or set to null.
Implementation
late Curve? reverseCurve;
The curve of the animation when going in reverse
.
The value of curve is used if reverseCurve is not specified or set to null.
late Curve? reverseCurve;