box property
CSSBoxType
get
box
Implementation
CSSBoxType get box => CSSBoxType.fromValue(js_util.getProperty(this, 'box'));
set
box
(CSSBoxType newValue)
Implementation
set box(CSSBoxType newValue) {
js_util.setProperty(this, 'box', newValue.value);
}