copyWith method

InputBackgroundLocal copyWith({
  1. InputFile? background,
})

Implementation

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