scrollMarginLeft property

String scrollMarginLeft

Implementation

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

Implementation

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