TimelineChart constructor
const
TimelineChart({
- Key? key,
- required ChartConfig config,
- ChartTheme? theme,
Implementation
const TimelineChart({
super.key,
required this.config,
this.theme,
});