my method

VContainer my(
  1. double v
)

Sets vertical margin.

Implementation

VContainer my(double v) => _copyWithMargin(v.py);