CustomShapPainter constructor

CustomShapPainter(
  1. List<EChartPieBean> list, {
  2. required double pieProgress,
  3. required double lineProgress,
  4. int initSelect = -1,
  5. double downX = 0.0,
  6. double downY = 0.0,
  7. LoopType loopType = LoopType.DOWN,
  8. bool isMove = false,
  9. double startRadin = 0.0,
  10. bool isDrawLine = true,
  11. bool isDrawHelper = false,
  12. dynamic clickCallBack(
    1. int index
    )?,
  13. bool isLog = false,
})

Implementation

CustomShapPainter(this.list,
    {required this.pieProgress,
    required this.lineProgress,
    this.initSelect = -1,
    this.downX = 0.0,
    this.downY = 0.0,
    this.loopType = LoopType.DOWN,
    this.isMove = false,
    this.startRadin = 0.0,
    this.isDrawLine = true,
    this.isDrawHelper = false,
    this.clickCallBack,
    this.isLog = false});