resizeMode property
      
      String
      get
      resizeMode
      
    
    
    
Implementation
String get resizeMode => js_util.getProperty(this, 'resizeMode');
      
      set
      resizeMode
      (String newValue) 
      
    
    
    
Implementation
set resizeMode(String newValue) {
  js_util.setProperty(this, 'resizeMode', newValue);
}