marginRight method

  1. @protected
double marginRight(
  1. bool drawText,
  2. double width,
  3. double height,
  4. double fontHeight,
  5. double textPadding,
)
inherited

Margin after the last bar

Implementation

@protected
double marginRight(
  bool drawText,
  double width,
  double height,
  double fontHeight,
  double textPadding,
) =>
    0;