selectedIndexes property

Set<int> get selectedIndexes

Selected buttons indexes in case when you using checkbox type

Implementation

Set<int> get selectedIndexes => _selectedIndexes;