copyWith method
Implementation
InputBackgroundLocal copyWith({InputFile? background}) =>
InputBackgroundLocal(background: background ?? this.background);
InputBackgroundLocal copyWith({InputFile? background}) =>
InputBackgroundLocal(background: background ?? this.background);