isMouseDriven property

  1. @HostBinding('class.mouse-driven')
bool get isMouseDriven

Whether the mouse is driving the selection.

This is set to true when mouse moved and is reset to false when a keyboard event captured or roughly _menuDelay after the last mouse move event triggered.

Implementation

@HostBinding('class.mouse-driven')
bool get isMouseDriven => _isMouseDriven;