rootMargin property

String get rootMargin

Implementation

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

Implementation

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