Gets the value of "line-height"
String get lineHeight => this._lineHeight;
Sets the value of "line-height"
set lineHeight(String value) { _lineHeight = value == null ? '' : value; }