isMouseDown property

bool get isMouseDown

Whether the mouse is currently pressed on the button.

Implementation

bool get isMouseDown => _isMouseDown;