zoom property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getzoom

Gets the value of "zoom"

Implementation

String get zoom => getPropertyValue('zoom');

setzoom (String value)

Sets the value of "zoom"

Implementation

set zoom(String value) {
  setProperty('zoom', value, '');
}