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