px method

VContainer px(
  1. double v
)

Sets horizontal padding.

Implementation

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