onRotateStart property

ValueChanged<double>? onRotateStart
final

A callback function that is triggered when a rotation gesture starts.

The ValueChanged<double> parameter provides the initial rotation value.

Implementation

final ValueChanged<double>? onRotateStart;