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