SparklineChart constructor

const SparklineChart({
  1. Key? key,
  2. required ChartConfig config,
  3. ChartWidgetController? controller,
  4. ChartTheme? theme,
  5. bool showEndDot = true,
  6. bool fill = true,
})

Implementation

const SparklineChart({
  super.key,
  required this.config,
  this.controller,
  this.theme,
  this.showEndDot = true,
  this.fill = true,
});