onTertiaryTapDown property

dynamic Function(TapDownDetails)? onTertiaryTapDown
final

A pointer that might cause a tertiary tap has contacted the screen at a particular location.

Implementation

final Function(TapDownDetails)? onTertiaryTapDown;