onScaleRotateUp property

dynamic Function(PointerUpEvent)? onScaleRotateUp
final

Callback for handling pointer up events associated with scale and rotate gestures.

This callback is triggered when the user releases the widget after a scaling or rotating gesture. It allows for finalizing the interaction and making any necessary updates or state changes based on the completed gesture.

  • Parameter event: The PointerUpEvent containing details about the pointer release, such as position and device type.

Implementation

final Function(PointerUpEvent)? onScaleRotateUp;