horizontal static method
Returns an EdgeInsets with horizontal sides scaled by size.
Implementation
static EdgeInsets horizontal(double size) =>
EdgeInsets.symmetric(horizontal: _scale(size));
Returns an EdgeInsets with horizontal sides scaled by size.
static EdgeInsets horizontal(double size) =>
EdgeInsets.symmetric(horizontal: _scale(size));