visualFocus property
bool
get
visualFocus
Whether button appears focused right now.
Implementation
bool get visualFocus => _focused;
Whether button appears focused right now.
bool get visualFocus => _focused;