copyWith method
Implementation
@override
BackgroundTypeFill copyWith({
BackgroundFill? fill,
}) => BackgroundTypeFill(
fill: fill ?? this.fill,
);
@override
BackgroundTypeFill copyWith({
BackgroundFill? fill,
}) => BackgroundTypeFill(
fill: fill ?? this.fill,
);