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