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