Spacing.medium constructor

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

Both vertical and horizontal mediumSpacing

Implementation

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