marginLeft method
Margin before the first bar
Implementation
@override
double marginLeft(
  bool drawText,
  double width,
  double height,
  double fontHeight,
  double textPadding,
) {
  if (!drawText) {
    return 0;
  }
  return fontHeight;
}Margin before the first bar
@override
double marginLeft(
  bool drawText,
  double width,
  double height,
  double fontHeight,
  double textPadding,
) {
  if (!drawText) {
    return 0;
  }
  return fontHeight;
}