minWidth property
Gets the value of "min-width"
Implementation
String get minWidth => getPropertyValue('min-width');
Sets the value of "min-width"
Implementation
set minWidth(String value) {
setProperty('min-width', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}