CSSParsedLengthValue constructor
const
CSSParsedLengthValue(
- double? value,
- CSSLengthType type
Implementation
const CSSParsedLengthValue(this.value, this.type);
const CSSParsedLengthValue(this.value, this.type);