maxLogicalWidth property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getmaxLogicalWidth

Gets the value of "max-logical-width"

Implementation

String get maxLogicalWidth => getPropertyValue('max-logical-width');

setmaxLogicalWidth (String value)

Sets the value of "max-logical-width"

Implementation

set maxLogicalWidth(String value) {
  setProperty('max-logical-width', value, '');
}