mx method

VContainer mx(
  1. double v
)

Sets horizontal margin.

Implementation

VContainer mx(double v) => _copyWithMargin(v.px);