onTapUp property
Callback invoked when a tap up gesture completes.
Called after a successful tap gesture, providing the position details. Note that onPressed is typically preferred for button actions.
Implementation
final GestureTapUpCallback? onTapUp;