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);
Sets overflow behavior to ellipsis (overflowing text is replaced with an ellipsis)
Text get ellipsis => _copyWith(overflow: TextOverflow.ellipsis);