String minLogicalHeight

Gets the value of "min-logical-height"

Source

String get minLogicalHeight => getPropertyValue('min-logical-height');
void minLogicalHeight=(String value)

Sets the value of "min-logical-height"

Source

set minLogicalHeight(String value) {
  setProperty('min-logical-height', value, '');
}