menu
cramr_ui_lib package
documentation
model/study_mode_state.dart
StudyModeState
updateState method
updateState method
dark_mode
light_mode
updateState
method
void
updateState
(
StudyMode
updatedState
)
Implementation
void updateState(StudyMode updatedState) { _currentState = updatedState; notifyListeners(); }
cramr_ui_lib package
documentation
model/study_mode_state
StudyModeState
updateState method
StudyModeState class