mt method

VContainer mt(
  1. double v
)

Sets top margin.

Implementation

VContainer mt(double v) => _copyWithMargin(v.pt);