DesktopThemeCubit constructor
DesktopThemeCubit()
Constructor initializes the DesktopThemeCubit
with a default dark theme.
Implementation
DesktopThemeCubit() : super(const DarkDesktopTheme());
Constructor initializes the DesktopThemeCubit
with a default dark theme.
DesktopThemeCubit() : super(const DarkDesktopTheme());