Spacing.largeVertical constructor

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

Vertical largeSpacing

Implementation

Spacing.largeVertical({Key? key}) : this._(key: key, height: largeSpacing);