Spacing.xlVertical constructor

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

Vertical xlSpacing

Implementation

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