all static method

EdgeInsetsGeometry all(
  1. double spacing
)

Implementation

static EdgeInsetsGeometry all(double spacing) {
  return FuSpacing.only(
      bottom: spacing, top: spacing, right: spacing, left: spacing);
}