pb method

VContainer pb(
  1. double v
)

Sets bottom padding.

Implementation

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