lineHeight property

String lineHeight

Gets the value of "line-height"

Implementation

String get lineHeight => getPropertyValue('line-height');
void lineHeight= (String value)

Sets the value of "line-height"

Implementation

set lineHeight(String value) {
  setProperty('line-height', value, '');
}