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