OverFlow
Clip the text overflowing text to fix its container.
Text(
'Wanted Text',
overflow: TextOverflow.ellipsis,
),
Last updated
Clip the text overflowing text to fix its container.
Text(
'Wanted Text',
overflow: TextOverflow.ellipsis,
),
Last updated