menu
uikit_plus package
documentation
select/select_able_group.dart
SelectableController
unselect method
unselect method
dark_mode
light_mode
unselect
method
void
unselect
(
int
index
)
Implementation
void unselect(int index) { _selected.remove(index); _notify(); }
uikit_plus package
documentation
select/select_able_group
SelectableController
unselect method
SelectableController class