scrollMarginTop property

String scrollMarginTop

Implementation

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

Implementation

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