applyMargin method

Bounds applyMargin(
  1. Margin margin
)

Applies a margin to this bounds, returning the inner bounds.

Implementation

Bounds applyMargin(Margin margin) => margin.applyToBounds(this);