Want to apply Ellipsis like this at end and middle
Asked
Active
Viewed 863 times
1 Answers
0
Enabling end ellipses is pretty simple:
Text(text, overflow = TextOverflow.Ellipsis)
There's no built in feature for the middle one, you can star this issue to get notified when it's done. For now this solution can be used.

Phil Dukhov
- 67,741
- 15
- 184
- 220