isEllipsis property
Determines whether overflowing text should display an ellipsis ("…") at the end.
If isEllipsis is true and the text exceeds maxLines, a "…" will be appended to indicate that the text has been truncated.
If the value is null or false, the ellipsis will not be used
Implementation
final bool? isEllipsis;