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