NiceSparkline constructor
Implementation
const NiceSparkline({
super.key,
required this.data,
this.width = 120,
this.height = 30,
this.type = NiceSparklineType.line,
this.color,
this.showMinMax = false,
this.showLastPoint = true,
});