menu
bonfire package
documentation
input/gestures/tap_gesture.dart
TapGesture
onTapDown method
onTapDown method
dark_mode
light_mode
onTapDown
method
bool
onTapDown
(
GestureEvent
event
)
Implementation
bool onTapDown(GestureEvent event) { return false; }
bonfire package
documentation
input/gestures/tap_gesture
TapGesture
onTapDown method
TapGesture mixin