Sets max lines.
VRichText maxLines(int n) => VRichText( _children, align: _align, textDirection: _textDirection, overflow: _overflow, maxLines: n, textHeightBehavior: _textHeightBehavior, );