onSecondaryTapUp property

(dynamic Function(TapUpDetails)?) onSecondaryTapUp
final

The callback fired when the user's secondary pointer is lifted from the widget.

Implementation

final Function(TapUpDetails)? onSecondaryTapUp;