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