FocusChartBeanMain constructor

FocusChartBeanMain({
  1. List<ChartBeanFocus>? chartBeans,
  2. Color lineColor = Colors.lightBlueAccent,
  3. double lineWidth = 4,
  4. bool isLineImaginary = false,
  5. bool isCurve = true,
  6. bool touchEnable = false,
  7. LineSectionModel? sectionModel,
  8. List<Color>? gradualColors,
  9. bool isLinkBreak = true,
  10. VoidCallback? canvasEnd,
})

Implementation

FocusChartBeanMain(
    {this.chartBeans,
    this.lineColor = Colors.lightBlueAccent,
    this.lineWidth = 4,
    this.isLineImaginary = false,
    this.isCurve = true,
    this.touchEnable = false,
    this.sectionModel,
    this.gradualColors,
    this.isLinkBreak = true,
    this.canvasEnd});