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