SpacingUnit.fixed constructor
const
SpacingUnit.fixed(
- double value
Creates a fixed spacing with the specified value.
Implementation
const factory SpacingUnit.fixed(double value) = SpacingFixed;
Creates a fixed spacing with the specified value.
const factory SpacingUnit.fixed(double value) = SpacingFixed;