onTap property

TapEventListener? onTap
final

The pointer that previously triggered the onTapDown has also triggered onTapUp which ends up causing a tap.

Implementation

final TapEventListener? onTap;