onScaleUpdate property

ValueChanged<ScaleUpdateDetails>? onScaleUpdate
final

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

The ScaleUpdateDetails parameter provides information about the scaling gesture.

Implementation

final ValueChanged<ScaleUpdateDetails>? onScaleUpdate;