onScaleEnd property

ValueChanged<ScaleEndDetails>? onScaleEnd
final

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

The ScaleEndDetails parameter provides information about the scaling gesture.

Implementation

final ValueChanged<ScaleEndDetails>? onScaleEnd;