lineHeight property
String
get
lineHeight
Implementation
_i2.String get lineHeight => _i4.getProperty(
this,
'lineHeight',
);
set
lineHeight
(String value)
Implementation
set lineHeight(_i2.String value) {
_i4.setProperty(
this,
'lineHeight',
value,
);
}