kind property
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;
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.
final PointerDeviceKind? kind;