CuReGradient constructor
CuReGradient({
- CuReGradientType? type,
- required List<
Color> colors, - Alignment? begin,
- Alignment? end,
Implementation
CuReGradient({
this.type,
required this.colors,
this.begin,
this.end,
});