ChartLineFocusPainter constructor

ChartLineFocusPainter(
  1. List<FocusChartBeanMain> focusChartBeans, {
  2. List<DialStyleX>? xDialValues,
  3. List<SectionBean>? xSectionBeans,
  4. List<SectionBeanY>? ySectionBeans,
  5. int xMax = 60,
  6. CellPointSet pointSet = CellPointSet.normal,
  7. Offset? touchLocalPosition,
  8. VoidCallback? paintEnd,
})

Implementation

ChartLineFocusPainter(
  this.focusChartBeans, {
  this.xDialValues,
  this.xSectionBeans,
  this.ySectionBeans,
  this.xMax = 60,
  this.pointSet = CellPointSet.normal,
  this.touchLocalPosition,
  this.paintEnd,
});