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