all static method
Implementation
static EdgeInsetsGeometry all(double spacing, {bool withResponsive = true}) {
return Spacing.only(
bottom: spacing,
top: spacing,
right: spacing,
left: spacing,
withResponsive: withResponsive);
}