SizeUnit.fixed constructor
const
SizeUnit.fixed(
- double value
Creates a fixed size with the specified value.
Implementation
const factory SizeUnit.fixed(double value) = _FixedSize;
Creates a fixed size with the specified value.
const factory SizeUnit.fixed(double value) = _FixedSize;