BackgroundFillFreeformGradient constructor

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

Constructs a BackgroundFillFreeformGradient object.

Implementation

const BackgroundFillFreeformGradient({
  required this.colors,
});