scrollPaddingBottom property
String
get
scrollPaddingBottom
Implementation
_i2.String get scrollPaddingBottom => _i4.getProperty(
this,
'scrollPaddingBottom',
);
set
scrollPaddingBottom
(String value)
Implementation
set scrollPaddingBottom(_i2.String value) {
_i4.setProperty(
this,
'scrollPaddingBottom',
value,
);
}