horizontal static method

EdgeInsets horizontal(
  1. double spacing
)

Implementation

static EdgeInsets horizontal(double spacing) {
  return FxSpacing.only(left: spacing, right: spacing);
}