Spacing.xlVertical constructor

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

Vertical xlSpacing

Implementation

Spacing.xlVertical({Key? key}) : this._(key: key, height: xlSpacing);