CuReGradient constructor

CuReGradient({
  1. CuReGradientType? type,
  2. required List<Color> colors,
  3. Alignment? begin,
  4. Alignment? end,
})

Implementation

CuReGradient({
  this.type,
  required this.colors,
  this.begin,
  this.end,
});