Spacing.smallVertical constructor

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

Vertical smallSpacing

Implementation

const Spacing.smallVertical({Key? key})
    : this._(key: key, vertical: smallSpacing);