isMouseDown property
bool
get
isMouseDown
Whether the mouse is currently pressed on the button.
Implementation
bool get isMouseDown => _isMouseDown;
Whether the mouse is currently pressed on the button.
bool get isMouseDown => _isMouseDown;