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