resizeMode property

dynamic resizeMode

Implementation

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

Implementation

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