py static method
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);
Creates vertical padding.
v
: The vertical padding value.
Returns an EdgeInsets object with top and bottom padding.
static EdgeInsets py(double v) => _pad(v: v);