scrollMarginLeft property
String
get
scrollMarginLeft
Implementation
_i2.String get scrollMarginLeft => _i4.getProperty(
this,
'scrollMarginLeft',
);
set
scrollMarginLeft
(String value)
Implementation
set scrollMarginLeft(_i2.String value) {
_i4.setProperty(
this,
'scrollMarginLeft',
value,
);
}