horizontalPadding static method
Returns EdgeInsets with horizontal padding only
Implementation
static EdgeInsets horizontalPadding(double value) =>
EdgeInsets.symmetric(horizontal: value);
Returns EdgeInsets with horizontal padding only
static EdgeInsets horizontalPadding(double value) =>
EdgeInsets.symmetric(horizontal: value);