kind property

PointerDeviceKind? kind
final

The kind of the device that initiated the event.

If multiple pointers are touching the screen, the kind of the pointer device that first initiated the event is used.

Implementation

final PointerDeviceKind? kind;