onTapDown property

GestureMultiTapDownCallback? onTapDown
inherited

A pointer that might cause a tap has contacted the screen at a particular location.

Implementation

GestureMultiTapDownCallback? onTapDown;
  1. @override
void onTapDown=(GestureMultiTapDownCallback? _onTapDown)
override

A pointer that might cause a tap has contacted the screen at a particular location.

Implementation

@override
set onTapDown(_onTapDown) {}