mb method

VContainer mb(
  1. double v
)

Sets bottom margin.

Implementation

VContainer mb(double v) => _copyWithMargin(v.pb);