curve property

Curve curve
final

The Curve of the animation that takes place when pointer or sensors data events occur, and so when the widget transforms under the pointer.

Default is Curves.ease.

Implementation

final Curve curve;