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

description

String getlogicalWidth

Gets the value of "logical-width"

Implementation

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

setlogicalWidth (String value)

Sets the value of "logical-width"

Implementation

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