copyWith method

  1. @override
BackgroundTypeFill copyWith({
  1. BackgroundFill? fill,
})
override

Implementation

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