Spacing.large constructor

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

Both vertical and horizontal largeSpacing

Implementation

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