CSSLengthValue.calc constructor
CSSLengthValue.calc(
- CSSCalcValue? calcValue,
- RenderStyle? renderStyle,
- String? propertyName
Implementation
CSSLengthValue.calc(this.calcValue, this.renderStyle, this.propertyName)
: value = null,
type = CSSLengthType.PX;