scroll property

ScrollSetting get scroll

Implementation

_i3.ScrollSetting get scroll =>
    _i3.ScrollSettingOptions.values.byName(_i4.getProperty(
      this,
      'scroll',
    ));
set scroll (ScrollSetting value)

Implementation

set scroll(_i3.ScrollSetting value) {
  _i4.setProperty(
    this,
    'scroll',
    value.name,
  );
}