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