box property

Implementation

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

Implementation

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