ChartLineFocus constructor

const ChartLineFocus({
  1. Key? key,
  2. required Size size,
  3. required List<FocusChartBeanMain> focusChartBeans,
  4. Color? backgroundColor,
  5. List<DialStyleX>? xDialValues,
  6. BaseBean? baseBean,
  7. List<SectionBean>? xSectionBeans,
  8. List<SectionBeanY>? ySectionBeans,
  9. int xMax = 60,
  10. FocusLineTouchSet? touchSet,
  11. VoidCallback? paintEnd,
})

Implementation

const ChartLineFocus({
  Key? key,
  required this.size,
  required this.focusChartBeans,
  this.backgroundColor,
  this.xDialValues,
  this.baseBean,
  this.xSectionBeans,
  this.ySectionBeans,
  this.xMax = 60,
  this.touchSet,
  this.paintEnd,
}) : super(key: key);