onTapUp property

GestureMultiTapUpCallback? onTapUp
inherited

A pointer that will trigger a tap has stopped contacting the screen at a particular location.

Implementation

GestureMultiTapUpCallback? onTapUp;
  1. @override
void onTapUp=(GestureMultiTapUpCallback? _onTapUp)
override

A pointer that will trigger a tap has stopped contacting the screen at a particular location.

Implementation

@override
set onTapUp(_onTapUp) {}