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