maxLines method

void maxLines(
  1. int maxLines
)

Implementation

void maxLines(int maxLines) => _textModel.maxLines = maxLines;