maxLines property

int get maxLines

Implementation

int get maxLines {
  return max(viewHeight, _maxLines);
}