onPointerUp property
A callback function that is called when a pointer has stopped contacting the screen at a particular location.
Implementation
final Function(PointerUpEvent)? onPointerUp;
A callback function that is called when a pointer has stopped contacting the screen at a particular location.
final Function(PointerUpEvent)? onPointerUp;