copyWith method

BackgroundFillFreeformGradient copyWith({
  1. List<int>? colors,
})

Implementation

BackgroundFillFreeformGradient copyWith({List<int>? colors}) =>
    BackgroundFillFreeformGradient(colors: colors ?? this.colors);