copyWith method

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

Implementation

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