focused property

bool get focused

Whether button is focused right now.

Implementation

bool get focused => _focused || _clickFocused;