onPointerUp property

dynamic Function(PointerUpEvent)? onPointerUp
final

A callback function that is called when a pointer has stopped contacting the screen at a particular location.

Implementation

final Function(PointerUpEvent)? onPointerUp;