maxLines method

AzText maxLines(
  1. int maxLines
)

Implementation

AzText maxLines(int maxLines){
  _maxLines = maxLines;
  return this;
}