scrollMarginBottom property

String scrollMarginBottom

Implementation

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

Implementation

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