Spacing.all constructor

const Spacing.all(
  1. Unit value
)

Creates spacing with the same value for all directions.

Implementation

const factory Spacing.all(Unit value) = _AllSpacing;