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