ml method

VContainer ml(
  1. double v
)

Sets left margin.

Implementation

VContainer ml(double v) => _copyWithMargin(v.pl);