width property

double? get width

Implementation

double? get width => renderStyle.width.isAuto
    ? _propertyWidth
    : renderStyle.width.computedValue;