Spacing.all constructor
const
Spacing.all(
- Unit value
Creates spacing with the same value for all directions.
Implementation
const factory Spacing.all(Unit value) = _AllSpacing;
Creates spacing with the same value for all directions.
const factory Spacing.all(Unit value) = _AllSpacing;