pt method

VContainer pt(
  1. double v
)

Sets top padding.

Implementation

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