marginLeft method
Margin before the first bar
Implementation
@override
double marginLeft(
bool drawText,
double width,
double height,
double fontHeight,
double textPadding,
) {
return drawBorder ? _getBorderWidth(width) + _getQuietWidth(width) : 0;
}