curve property

  1. @override
Curve curve
final

The curve of the animation when the radio's switches between selected and unselected.

Defaults to Curves.easeOutCirc.

Implementation

@override
final Curve curve;