0

Want to apply Ellipsis like this at end and middle

https://i.stack.imgur.com/bSTtR.png

omkar ugale
  • 106
  • 7

1 Answers1

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