isMouse property
bool
get
isMouse
Whether this is a mouse event.
Implementation
bool get isMouse => kind == PointerDeviceKind.mouse;
Whether this is a mouse event.
bool get isMouse => kind == PointerDeviceKind.mouse;