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