maxZoom property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getmaxZoom
Gets the value of "max-zoom"
Implementation
String get maxZoom => getPropertyValue('max-zoom');
setmaxZoom (String value)
Sets the value of "max-zoom"
Implementation
set maxZoom(String value) {
setProperty('max-zoom', value, '');
}