onTertiaryTapUp property
A pointer that will trigger a tertiary tap has stopped contacting the screen at a particular location.
Implementation
final Function(TapUpDetails)? onTertiaryTapUp;
A pointer that will trigger a tertiary tap has stopped contacting the screen at a particular location.
final Function(TapUpDetails)? onTertiaryTapUp;