BasePainter constructor
BasePainter({})
Implementation
BasePainter(
{required this.scrollX,
required this.scale,
required this.pointSpace,
required this.pointWidth,
this.paddingTop = 0,
this.paddingLeft = 0,
this.paddingRight = 0,
this.pressOffset}) {
_values = transformValues();
}