scrollMargin property

String scrollMargin

Implementation

_i2.String get scrollMargin => _i4.getProperty(
      this,
      'scrollMargin',
    );
void scrollMargin=(String value)

Implementation

set scrollMargin(_i2.String value) {
  _i4.setProperty(
    this,
    'scrollMargin',
    value,
  );
}