onSecondaryTapCancel property
dynamic Function()?
onSecondaryTapCancel
final
The pointer that previously triggered onSecondaryTapDown will not end up causing a tap.
Implementation
final Function()? onSecondaryTapCancel;