curve property

  1. @override
Curve curve
final

The animation's curve. Defaults to Curves.linear.

We recommend Curves.linear, especially if only the theme's colors are changing. See https://pow.rs/blog/animation-easings/ for more information.

Implementation

@override
final Curve curve;