Gets the value of "max-width"
Source
String get maxWidth => this._maxWidth;
Sets the value of "max-width"
Source
set maxWidth(String value) { _maxWidth = value == null ? '' : value; }
Gets the value of "max-width"
String get maxWidth => this._maxWidth;
Sets the value of "max-width"
set maxWidth(String value) { _maxWidth = value == null ? '' : value; }