lineHeight property

Object get lineHeight

Implementation

_i2.Object get lineHeight => _i5.getProperty(
      this,
      'lineHeight',
    );
set lineHeight (Object value)

Implementation

set lineHeight(_i2.Object value) {
  _i5.setProperty(
    this,
    'lineHeight',
    value,
  );
}