effectiveBorderBottomWidth property
Implementation
@override
CSSLengthValue get effectiveBorderBottomWidth =>
borderBottomStyle == CSSBorderStyleType.none ? CSSLengthValue.zero : (_borderBottomWidth ?? _mediumWidth);
@override
CSSLengthValue get effectiveBorderBottomWidth =>
borderBottomStyle == CSSBorderStyleType.none ? CSSLengthValue.zero : (_borderBottomWidth ?? _mediumWidth);