Gets the value of "max-logical-height"
Source
String get maxLogicalHeight => getPropertyValue('max-logical-height');
Sets the value of "max-logical-height"
Source
set maxLogicalHeight(String value) { setProperty('max-logical-height', value, ''); }