Florian
08/19/2021, 2:45 PMText
with maxLines = 1
and overflow = TextOverflow.Ellipsis
breaks before a new word, causing the menu item to not take up the full available width. I there was no space behind the last "a", the item would have a larger width. My question is, how can I let this Text
wrap in the middle of words instead? I tried softWrap = false
but it has no effectColton Idle
08/19/2021, 4:15 PMFlorian
08/19/2021, 11:13 PM