horizontalPadding static method

EdgeInsets horizontalPadding(
  1. double value
)

Returns EdgeInsets with horizontal padding only

Implementation

static EdgeInsets horizontalPadding(double value) =>
    EdgeInsets.symmetric(horizontal: value);