insetVertical static method

EdgeInsets insetVertical(
  1. double value
)

Implementation

static EdgeInsets insetVertical(double value) =>
    EdgeInsets.symmetric(vertical: value);