menu
terminice package
documentation
testing.dart
SelectionController
isSelected method
isSelected method
dark_mode
light_mode
isSelected
method
bool
isSelected
(
int
index
)
Checks if an index is selected.
Implementation
bool isSelected(int index) => _selected.contains(index);
terminice package
documentation
testing
SelectionController
isSelected method
SelectionController class