Spacing.vertical constructor

const Spacing.vertical(
  1. double value, {
  2. Key? key,
})

Implementation

const Spacing.vertical(double value, {Key? key})
    : this(key: key, vertical: value);