x static method

EdgeInsets x(
  1. double spacing
)

Implementation

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