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