onTapDown property
A pointer that might cause a tap has contacted the screen at a particular location.
Implementation
final Function(TapDownDetails)? onTapDown;
A pointer that might cause a tap has contacted the screen at a particular location.
final Function(TapDownDetails)? onTapDown;