ellipsis property
TextStyle
get
ellipsis
truncate style
Implementation
TextStyle get ellipsis => copyWith(overflow: TextOverflow.ellipsis);
truncate style
TextStyle get ellipsis => copyWith(overflow: TextOverflow.ellipsis);