rootMargin property

String? get rootMargin

Implementation

_i2.String? get rootMargin => _i4.getProperty(
      this,
      'rootMargin',
    );
set rootMargin (String? value)

Implementation

set rootMargin(_i2.String? value) {
  _i4.setProperty(
    this,
    'rootMargin',
    value ?? _i6.undefined,
  );
}