String width

Gets the value of "width"

Source

String get width => getPropertyValue('width');
void width=(String value)

Sets the value of "width"

Source

set width(String value) {
  setProperty('width', value, '');
}