onTapUp property
final
A pointer that will trigger a tap has stopped contacting the screen at a particular location.
This triggers immediately before onTap in the case of the tap gesture winning. If the tap gesture did not win, onTapCancel is called instead.
Implementation
final GestureTapUpCallback onTapUp