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, ''); }