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