ThemeState copyWith({String? themeType}) { return ThemeState(themeType: themeType ?? this.themeType); }