Spacing.large constructor

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

Both vertical and horizontal largeSpacing

Implementation

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