copyWith method
Implementation
@override
BackgroundFillSolid copyWith({
int? color,
}) => BackgroundFillSolid(
color: color ?? this.color,
);
@override
BackgroundFillSolid copyWith({
int? color,
}) => BackgroundFillSolid(
color: color ?? this.color,
);