copyWith method
Implementation
DeleteDefaultBackground copyWith({bool? forDarkTheme}) =>
DeleteDefaultBackground(forDarkTheme: forDarkTheme ?? this.forDarkTheme);
DeleteDefaultBackground copyWith({bool? forDarkTheme}) =>
DeleteDefaultBackground(forDarkTheme: forDarkTheme ?? this.forDarkTheme);