pl method

VContainer pl(
  1. double v
)

Sets left padding.

Implementation

VContainer pl(double v) => _copyWithPadding(v.pl);