Spacing.small constructor

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

Both vertical and horizontal smallSpacing

Implementation

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