onTapUp property

(void Function(TapUpDetails)?) onTapUp
final

A pointer that will trigger a tap with a primary button 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.

See also:

Implementation

final void Function(TapUpDetails)? onTapUp;