selected property

bool get selected

Implementation

bool get selected =>
    _hovered || _focused || items.values.any((e) => e.selected);