menu
terminice package
documentation
testing.dart
SelectionController
deselect method
deselect method
dark_mode
light_mode
deselect
method
void
deselect
(
int
index
)
Deselects an index.
Implementation
void deselect(int index) { _selected.remove(index); }
terminice package
documentation
testing
SelectionController
deselect method
SelectionController class