minLogicalHeight property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getminLogicalHeight
Gets the value of "min-logical-height"
Implementation
String get minLogicalHeight => getPropertyValue('min-logical-height');
setminLogicalHeight (String value)
Sets the value of "min-logical-height"
Implementation
set minLogicalHeight(String value) {
setProperty('min-logical-height', value, '');
}