numLines property

int numLines

Implementation

int get numLines {
  _refreshTextLineMetrics();
  return _textLineMetrics.length;
}