ThemeCubit constructor

ThemeCubit()

Implementation

ThemeCubit() : super(ThemeState.initial()) {
  _changeThemeOfStatusBarAndNavigationBar();
}