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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}