Spacing.xs constructor

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

Both vertical and horizontal xsSpacing

Implementation

Spacing.xs({Key? key}) : this._(key: key, height: xsSpacing, width: xsSpacing);