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