Settings copyWith({ThemeMode? themeMode, Locale? locale}) { return Settings(themeMode: themeMode ?? this.themeMode, locale: locale ?? this.locale); }