helpers/desktop_theme_cubit/desktop_theme_cubit
library
Classes
-
DarkDesktopTheme
-
Represents the dark theme state.
-
DesktopThemeCubit
-
DesktopThemeCubit
manages the theme state for a desktop application.
It is responsible for handling theme-related actions and updating the state accordingly.
-
DesktopThemeState
-
A
sealed class
(in other languages) or abstract class in Dart representing different theme states
for a desktop application. This class makes it easy to distinguish between dark and light themes.
-
LightDesktopTheme
-
Represents the light theme state.