percentHint property

CSSNumericBaseType percentHint

Implementation

CSSNumericBaseType get percentHint =>
    CSSNumericBaseType.fromValue(js_util.getProperty(this, 'percentHint'));
void percentHint=(CSSNumericBaseType newValue)

Implementation

set percentHint(CSSNumericBaseType newValue) {
  js_util.setProperty(this, 'percentHint', newValue.value);
}