ellipsis property

TextStyle get ellipsis

truncate style

Implementation

TextStyle get ellipsis => copyWith(overflow: TextOverflow.ellipsis);