copyWith method

DeleteDefaultBackground copyWith({
  1. bool? forDarkTheme,
})

Implementation

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