supportedDevices property

Set<PointerDeviceKind>? supportedDevices
final

The kind of devices that are allowed to be recognized.

If set to null, events from all device types will be recognized. Defaults to null.

Implementation

final Set<PointerDeviceKind>? supportedDevices;