py static method

EdgeInsets py(
  1. double v
)

Creates vertical padding.

v: The vertical padding value. Returns an EdgeInsets object with top and bottom padding.

Implementation

static EdgeInsets py(double v) => _pad(v: v);