onSecondaryPressUp property
A callback for when a secondary pointer that previously triggered onSecondaryPressDown stops contacting the widget.
Analogous to GestureDetector.onSecondaryTapUp. Fires immediately before onSecondaryPress.
Implementation
final GestureTapUpCallback? onSecondaryPressUp;