lineHeight property
Gets the value of "line-height"
Implementation
String get lineHeight => getPropertyValue('line-height');
Sets the value of "line-height"
Implementation
set lineHeight(String value) {
setProperty('line-height', value, '');
}