BackgroundFillFreeformGradient constructor

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

Describes a freeform gradient fill of a background

Implementation

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