box property

Implementation

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

Implementation

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