onTapUp property

(dynamic Function(TapUpDetails)?) onTapUp
final

The callback fired when the user's finger is lifted from the widget. Usually provided instead of onTap, to obtain the TapUpDetails object associated with the touch event.

Implementation

final Function(TapUpDetails)? onTapUp;