textHeight property

num textHeight

Implementation

num get textHeight {
  _refreshTextLineMetrics();
  return _textHeight;
}