scrollAmount property

num get scrollAmount

@deprecated

Implementation

_i2.num get scrollAmount => _i4.getProperty(
      this,
      'scrollAmount',
    );
set scrollAmount (num value)

Implementation

set scrollAmount(_i2.num value) {
  _i4.setProperty(
    this,
    'scrollAmount',
    value,
  );
}