curve property
The animation curve to use for interpolation.
Controls the rate of change during animation. Defaults to Curves.linear. Common curves include Curves.easeInOut, Curves.bounceIn, etc.
Implementation
final Curve curve;
The animation curve to use for interpolation.
Controls the rate of change during animation. Defaults to Curves.linear. Common curves include Curves.easeInOut, Curves.bounceIn, etc.
final Curve curve;