UChartSeries constructor
const
UChartSeries({})
Implementation
const UChartSeries({
required this.values,
this.name,
this.color,
this.gradient,
this.pointColors,
this.filled,
this.dashed = false,
});
const UChartSeries({
required this.values,
this.name,
this.color,
this.gradient,
this.pointColors,
this.filled,
this.dashed = false,
});