USparkline constructor
const
USparkline({})
Implementation
const USparkline({
required this.values,
super.key,
this.color,
this.fill = true,
this.strokeWidth = 2,
this.width = 120,
this.height = 40,
this.animate = true,
});