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