mouseIsConnected property Null safety
Whether or not at least one mouse is connected and has produced events.
Implementation
bool get mouseIsConnected => _mouseStates.isNotEmpty;
Whether or not at least one mouse is connected and has produced events.
bool get mouseIsConnected => _mouseStates.isNotEmpty;