copyWith method
Implementation
@override
BackgroundFillFreeformGradient copyWith({
List<int>? colors,
}) =>
BackgroundFillFreeformGradient(
colors: colors ?? this.colors,
);
@override
BackgroundFillFreeformGradient copyWith({
List<int>? colors,
}) =>
BackgroundFillFreeformGradient(
colors: colors ?? this.colors,
);