selected property

List<bool> get selected

Current selection state for all list items.

Implementation

List<bool> get selected => _selected;