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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "zoom"
String get zoom => getPropertyValue('zoom');
Sets the value of "zoom"
set zoom(String value) {
setProperty('zoom', value, '');
}