curve property

Curve curve
final

A variable to set the curve of the animation.

The default value is "Curves.easeInOut".

For more info please check the official documentation related to this topic:

https://api.flutter.dev/flutter/animation/Curves-class.html

Implementation

final Curve curve;