py static method

EdgeInsets py(
  1. double v
)

get vertically padding

Implementation

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