SerialTapGestureRecognizer constructor Null safety

SerialTapGestureRecognizer(
  1. {Object? debugOwner,
  2. Set<PointerDeviceKind>? supportedDevices}
)

Creates a serial tap gesture recognizer.

Implementation

SerialTapGestureRecognizer({
  super.debugOwner,
  super.supportedDevices,
});