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