Spacing.horizontal constructor

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

Implementation

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