lineHeight property

double get lineHeight

lineHeight

Implementation

double get lineHeight {
  objc.checkOsVersionInternal('UIFont.lineHeight', iOS: (false, (4, 0, 0)));
  return objc.useMsgSendVariants
      ? _objc_msgSend_1ukqyt8Fpret(this.ref.pointer, _sel_lineHeight)
      : _objc_msgSend_1ukqyt8(this.ref.pointer, _sel_lineHeight);
}