ChartLineBarBeanSystem constructor

ChartLineBarBeanSystem({
  1. double lineWidth = 2,
  2. required List<LineBarSectionBean> lineBarBeans,
  3. Color? lineColor,
  4. LineColorSegmentationModel? segmentationModel,
  5. bool enableTouch = false,
})

Implementation

ChartLineBarBeanSystem(
    {this.lineWidth = 2,
    required this.lineBarBeans,
    this.lineColor,
    this.segmentationModel,
    this.enableTouch = false});