zoom property
Gets the value of "zoom"
Implementation
String get zoom => getPropertyValue('zoom');
Sets the value of "zoom"
Implementation
set zoom(String value) {
setProperty('zoom', value, '');
}
Gets the value of "zoom"
String get zoom => getPropertyValue('zoom');
Sets the value of "zoom"
set zoom(String value) {
setProperty('zoom', value, '');
}