SerialTapGestureRecognizer constructor Null safety
- {Object? debugOwner,
- Set<
PointerDeviceKind> ? supportedDevices}
Creates a serial tap gesture recognizer.
Implementation
SerialTapGestureRecognizer({
super.debugOwner,
super.supportedDevices,
});