lineHeight property
Gets the value of "line-height"
Implementation
String get lineHeight => this._lineHeight;
Sets the value of "line-height"
Implementation
set lineHeight(String value) {
_lineHeight = value == null ? '' : value;
}
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;
}