SparklineChart constructor
const
SparklineChart({
- Key? key,
- required ChartConfig config,
- ChartTheme? theme,
- bool showEndDot = true,
- bool fill = true,
Implementation
const SparklineChart({
super.key,
required this.config,
this.theme,
this.showEndDot = true,
this.fill = true,
});