maxLines property

  1. @override
int? maxLines
override

An optional maximum number of lines for the text to span, wrapping if necessary. If the text exceeds the given number of lines, it will be truncated according to overflow and softWrap.

Implementation

@override
int? get maxLines => rp.maxLines;