TimelineChart constructor

const TimelineChart({
  1. Key? key,
  2. required ChartConfig config,
  3. ChartWidgetController? controller,
  4. ChartTheme? theme,
})

Implementation

const TimelineChart({
  super.key,
  required this.config,
  this.controller,
  this.theme,
});