onSecondaryPressed method
Widget
onSecondaryPressed(
- VoidCallback action, {
- HitTestBehavior? behavior,
- Set<
PointerDeviceKind> ? supportedDevices,
Implementation
Widget onSecondaryPressed(VoidCallback action,
{HitTestBehavior? behavior,
Set<PointerDeviceKind>? supportedDevices}) =>
OnGesture.secondaryPress(
action: action,
behavior: behavior,
supportedDevices: supportedDevices,
child: this);