onTapDown method

bool onTapDown(
  1. GestureEvent event
)

Implementation

bool onTapDown(GestureEvent event) {
  return false;
}