ellipsis property

Text get ellipsis

Sets overflow behavior to ellipsis (overflowing text is replaced with an ellipsis)

Implementation

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