fromBox property

CSSBoxType fromBox

Implementation

CSSBoxType get fromBox =>
    CSSBoxType.fromValue(js_util.getProperty(this, 'fromBox'));
void fromBox=(CSSBoxType newValue)

Implementation

set fromBox(CSSBoxType newValue) {
  js_util.setProperty(this, 'fromBox', newValue.value);
}