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

description

String getlogicalHeight

Gets the value of "logical-height"

Implementation

String get logicalHeight => getPropertyValue('logical-height');

setlogicalHeight (String value)

Sets the value of "logical-height"

Implementation

set logicalHeight(String value) {
  setProperty('logical-height', value, '');
}