Sets max lines.
VText maxLines(int n) => VText( data, style: _style, align: _align, maxLines: n, overflow: _overflow, textScaler: _textScaler, );