Spacing.xsVertical constructor

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

Vertical xsSpacing

Implementation

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