onTapUp property

(dynamic Function(TapUpDetails details)?) onTapUp
final

Called when the user stops tapping on this widget.

Implementation

final Function(TapUpDetails details)? onTapUp;