onScaleStart property

ValueChanged<ScaleStartDetails>? onScaleStart
final

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

The ScaleStartDetails parameter provides information about the scaling gesture.

Implementation

final ValueChanged<ScaleStartDetails>? onScaleStart;