focused property
bool
get
focused
Whether button is focused right now.
Implementation
bool get focused => _focused || _clickFocused;
Whether button is focused right now.
bool get focused => _focused || _clickFocused;