curve property

  1. @override
Curve curve
final

The curve of the animation when the checkbox switches between checked and unchecked.

Defaults to Curves.linear.

Implementation

@override
final Curve curve;