gridMinPxX property
The minimum coordinate of the grid, in pixel. The grid starts at (gridMinPxX,gridMinPxY) and ends in (gridMaxPxX, gridMaxPxY).
Implementation
@protected
double get gridMinPxX => (max(maxLabelWidthY + textMargin, (maxLabelWidthX - barWidth) / 2)).toDouble();