OnGesture.longSecondaryPress constructor
const
OnGesture.longSecondaryPress({
- Key? key,
- required VoidCallback action,
- required Widget child,
- HitTestBehavior? behavior,
- Set<
PointerDeviceKind> ? supportedDevices,
Implementation
const OnGesture.longSecondaryPress(
{super.key,
required this.action,
required this.child,
this.behavior,
this.supportedDevices})
: type = GestureType.longSecondaryPress;