SettingsState constructor
const
SettingsState({ - String defaultStandardId = 'rebt_spain',
- String locale = 'es',
- TextSizePreference textSize = TextSizePreference.medium,
- AppThemeMode themeMode = AppThemeMode.dark,
- bool notificationsEnabled = true,
- bool highContrastEnabled = false,
- String version = '',
- bool isLoading = false,
})
Implementation
const SettingsState({
this.defaultStandardId = 'rebt_spain',
this.locale = 'es',
this.textSize = TextSizePreference.medium,
this.themeMode = AppThemeMode.dark,
this.notificationsEnabled = true,
this.highContrastEnabled = false,
this.version = '',
this.isLoading = false,
});