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