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