Spacing.small constructor

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

Both vertical and horizontal smallSpacing

Implementation

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