curve property
The default curve of the animation.
If reverseCurve is specified, then curve is only used when going
forward
. Otherwise, it specifies the curve going in both directions.
Implementation
late Curve curve;
The default curve of the animation.
If reverseCurve is specified, then curve is only used when going
forward
. Otherwise, it specifies the curve going in both directions.
late Curve curve;