menu
mioceen_design_system package
documentation
selector.dart
SelectorController
clearSelection method
clearSelection method
dark_mode
light_mode
clearSelection
method
void
clearSelection
(
)
Implementation
void clearSelection() { _selectedIndex = -1; notifyListeners(); }
mioceen_design_system package
documentation
selector
SelectorController
clearSelection method
SelectorController class