focused property

bool get focused

Implementation

bool get focused => _focused;
set focused (bool v)

Implementation

set focused(bool v) {
  _focused = v;
  _invalidateCache();
}