BackgroundFillFreeformGradient constructor

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

Implementation

BackgroundFillFreeformGradient({required this.colors});