menu
flutter_base_ui package
documentation
ui/cell/ui_cell.dart
UICell
toggleState method
toggleState method
dark_mode
light_mode
toggleState
method
dynamic
toggleState
(
UICellState
?
state
)
Implementation
toggleState(UICellState? state) { if (this.state == state) return; this.state = state; }
flutter_base_ui package
documentation
ui/cell/ui_cell
UICell
toggleState method
UICell class