maxZoom property
Gets the value of "max-zoom"
Implementation
String get maxZoom => getPropertyValue('max-zoom');
Sets the value of "max-zoom"
Implementation
set maxZoom(String value) {
setProperty('max-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 "max-zoom"
String get maxZoom => getPropertyValue('max-zoom');
Sets the value of "max-zoom"
set maxZoom(String value) {
setProperty('max-zoom', value, '');
}