OverLappingLineSmoothPainter constructor
OverLappingLineSmoothPainter({})
Implementation
OverLappingLineSmoothPainter({
required this.originX,
required this.height,
required this.width,
required this.circleValue,
required this.paintSet,
required this.data,
required this.controller,
required this.arcFlg,
});