copyWith method

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

Implementation

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