ellipsis property

Text ellipsis

How to overflowing should be handled

Use an ellipsis to indicate that the text has overflowed.

Implementation

Text get ellipsis => _copyWith(overflow: TextOverflow.ellipsis);