scrollMarginBottom property

String get scrollMarginBottom

Implementation

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

Implementation

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