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