Spacing.xl constructor

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

Both vertical and horizontal xlSpacing

Implementation

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