rows property
      
      String
      get
      rows
      
    
    
Sets or retrieves the frame heights of the object. @deprecated
Implementation
_i2.String get rows => _i4.getProperty(
      this,
      'rows',
    );
      
      set
      rows
      (String value) 
      
    
    
    
Implementation
set rows(_i2.String value) {
  _i4.setProperty(
    this,
    'rows',
    value,
  );
}