Gets the value of "width"
String get width => this._width;
Sets the value of "width"
set width(String? value) { _width = value == null ? '' : value; }