maxLogicalWidth property
Gets the value of "max-logical-width"
Implementation
String get maxLogicalWidth => getPropertyValue('max-logical-width');
Sets the value of "max-logical-width"
Implementation
set maxLogicalWidth(String value) {
setProperty('max-logical-width', value, '');
}