maxLines property

set maxLines (int value)

Implementation

set maxLines(int value) {
  _maxLines = value;
  _trimLines();
}