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