PlexSparkline constructor
const
PlexSparkline({})
Implementation
const PlexSparkline({
super.key,
required this.data,
this.width = 80,
this.height = 32,
this.color,
this.showArea = false,
});
const PlexSparkline({
super.key,
required this.data,
this.width = 80,
this.height = 32,
this.color,
this.showArea = false,
});