minWidth property

String minWidth
override

Gets the value of "min-width"

Implementation

String get minWidth => this._minWidth;
void minWidth= (String value)
override

Sets the value of "min-width"

Implementation

set minWidth(String value) {
  _minWidth = value == null ? '' : value;
}