NiceGradientValue constructor
- NiceGradientType type = NiceGradientType.linear,
- double angle = 90,
- List<
NiceGradientStop> stops = const [], - bool repeating = false,
Implementation
const NiceGradientValue({
this.type = NiceGradientType.linear,
this.angle = 90,
this.stops = const [],
this.repeating = false,
});