scrollMarginRight property

String scrollMarginRight

Implementation

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

Implementation

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