rootMargin property

String rootMargin

Implementation

String get rootMargin => js_util.getProperty(this, 'rootMargin');
void rootMargin=(String newValue)

Implementation

set rootMargin(String newValue) {
  js_util.setProperty(this, 'rootMargin', newValue);
}