String width

Gets the value of "width"

Source

String get width => this._width;
void width=(String value)

Sets the value of "width"

Source

set width(String value) {
  _width = value == null ? '' : value;
}