maxHeight property
Gets the value of "max-height"
Implementation
String get maxHeight => getPropertyValue('max-height');
Sets the value of "max-height"
Implementation
set maxHeight(String value) {
setProperty('max-height', value, '');
}
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, '');
}