Spacing.all constructor

const Spacing.all(
  1. int value
)

Creates spacing where all the offsets are the same.

Implementation

const Spacing.all(
  int value,
) : this.fromLTRB(value, value, value, value);