insetHorizontal static method
- double value
Implementation
static EdgeInsets insetHorizontal(double value) =>
EdgeInsets.symmetric(horizontal: value);
static EdgeInsets insetHorizontal(double value) =>
EdgeInsets.symmetric(horizontal: value);