resizeMode property

String resizeMode

Implementation

String get resizeMode => js_util.getProperty(this, 'resizeMode');
void resizeMode=(String newValue)

Implementation

set resizeMode(String newValue) {
  js_util.setProperty(this, 'resizeMode', newValue);
}