CSSLengthValue.calc constructor

CSSLengthValue.calc(
  1. CSSCalcValue? calcValue,
  2. RenderStyle? renderStyle,
  3. String? propertyName
)

Implementation

CSSLengthValue.calc(this.calcValue, this.renderStyle, this.propertyName)
    : value = null,
      type = CSSLengthType.PX;