Spacing.horizontal constructor

const Spacing.horizontal(
  1. {int value = 0}
)

Creates spacing with symmetrical horizontal offsets.

Implementation

const Spacing.horizontal({
  int value = 0,
}) : this.fromLTRB(value, 0, value, 0);