minWidth property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getminWidth
Gets the value of "min-width"
Implementation
String get minWidth => getPropertyValue('min-width');
setminWidth (String value)
Sets the value of "min-width"
Implementation
set minWidth(String value) {
setProperty('min-width', value, '');
}