scrollbarGutter property

String scrollbarGutter

Implementation

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

Implementation

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