Spacing.xs constructor

const Spacing.xs(
  1. {Key? key}
)

Both vertical and horizontal xsSpacing

Implementation

const Spacing.xs({Key? key})
    : this._(key: key, vertical: xsSpacing, horizontal: xsSpacing);