SettingsCubit constructor

SettingsCubit(
  1. SettingsRepository _repository, {
  2. ThemeCubit? themeCubit,
})

Implementation

SettingsCubit(this._repository, {ThemeCubit? themeCubit})
    : _themeCubit = themeCubit,
      super(const SettingsState());