PositionUnit.fixed constructor
const
PositionUnit.fixed(
- double value
Creates a fixed position unit with the specified pixel value.
Implementation
const factory PositionUnit.fixed(double value) = PositionFixed;