scrollHorizontalLineChange property

num scrollHorizontalLineChange

Gets or sets the distance in screen pixels that the horizontal scrollbar will scroll when scrolling by a line.

The default value is 16.

Implementation

_i2.num get scrollHorizontalLineChange => _i4.getProperty(
      this,
      'scrollHorizontalLineChange',
    );
void scrollHorizontalLineChange=(num value)

Implementation

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