Gets the value of "min-width"
Source
String get minWidth => getPropertyValue('min-width');
Sets the value of "min-width"
Source
set minWidth(String value) {
setProperty('min-width', value, '');
}
Gets the value of "min-width"
String get minWidth => getPropertyValue('min-width');
Sets the value of "min-width"
set minWidth(String value) {
setProperty('min-width', value, '');
}