maxLogicalWidth property

String get maxLogicalWidth

Gets the value of "max-logical-width"

Implementation

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

Sets the value of "max-logical-width"

Implementation

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