Spacing.medium constructor

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

Both vertical and horizontal mediumSpacing

Implementation

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