Spacing.xl constructor

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

Both vertical and horizontal xlSpacing

Implementation

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