lineHeight property

String lineHeight

Implementation

_i2.String get lineHeight => _i4.getProperty(
      this,
      'lineHeight',
    );
void lineHeight=(String value)

Implementation

set lineHeight(_i2.String value) {
  _i4.setProperty(
    this,
    'lineHeight',
    value,
  );
}