Spacing.smallVertical constructor

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

Vertical smallSpacing

Implementation

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