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, '');
}
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, '');
}