EdgeSpacingGeometry constructor
const
EdgeSpacingGeometry({
- SpacingUnit top = SpacingUnit.zero,
- SpacingUnit bottom = SpacingUnit.zero,
Creates an edge spacing geometry with optional top and bottom spacing.
Defaults to zero spacing if not specified.
Implementation
const EdgeSpacingGeometry({
this.top = SpacingUnit.zero,
this.bottom = SpacingUnit.zero,
});