maxHeight 属性

String maxHeight

获取 "max-height" 的值

实现

String get maxHeight => getPropertyValue('max-height');
void maxHeight=(String value)

设置 "max-height" 的值

实现

set maxHeight(String value) {
  setProperty('max-height', value, '');
}