Text xmaxLines(int maxLines) => Text( data ?? '', style: style, maxLines: maxLines, overflow: overflow, );