py method

Padding py(
  1. double v
)

Applies vertical padding.

v: Vertical padding value.

Implementation

Padding py(double v) => _pad(v: v);