DesktopThemeCubit constructor

DesktopThemeCubit()

Constructor initializes the DesktopThemeCubit with a default dark theme.

Implementation

DesktopThemeCubit() : super(const DarkDesktopTheme());