ChartLineBar constructor

const ChartLineBar({
  1. Key? key,
  2. required Size size,
  3. List<DialStyleX>? xDialValues,
  4. required List<ChartLineBarBeanSystem> lineBarSystems,
  5. BaseBean? baseBean,
  6. Color? backgroundColor,
  7. LineBarTouchSet? touchSet,
  8. PointPositionType pointPositionType = PointPositionType.left,
  9. bool touchEnableNormalselect = true,
  10. GestureScaleUpdateCallback? onScaleUpdate,
  11. GestureScaleEndCallback? onScaleEnd,
  12. GestureScaleStartCallback? onScaleStart,
})

Implementation

const ChartLineBar({
  Key? key,
  required this.size,
  this.xDialValues,
  required this.lineBarSystems,
  this.baseBean,
  this.backgroundColor,
  this.touchSet,
  this.pointPositionType = PointPositionType.left,
  this.touchEnableNormalselect = true,
  this.onScaleUpdate,
  this.onScaleEnd,
  this.onScaleStart,
}) : super(key: key);