onSecondaryTapDown property

dynamic Function(TapDownDetails)? onSecondaryTapDown
final

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

Implementation

final Function(TapDownDetails)? onSecondaryTapDown;