maxHeight property Null safety

String maxHeight

Gets the value of "max-height"

Implementation

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

Sets the value of "max-height"

Implementation

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