toBox property

CSSBoxType toBox

Implementation

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

Implementation

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