Spacing.horizontal constructor
- {int value = 0}
Creates spacing with symmetrical horizontal offsets.
Implementation
const Spacing.horizontal({
int value = 0,
}) : this.fromLTRB(value, 0, value, 0);
Creates spacing with symmetrical horizontal offsets.
const Spacing.horizontal({
int value = 0,
}) : this.fromLTRB(value, 0, value, 0);