onTapDown property
final
The action to execute and wait for. Use when the global position is needed.
Implementation
final FutureOr<void> Function(TapDownDetails)? onTapDown;
The action to execute and wait for. Use when the global position is needed.
final FutureOr<void> Function(TapDownDetails)? onTapDown;