scrollPaddingBottom property

String scrollPaddingBottom

Implementation

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

Implementation

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