Flutter TextOverflow not working in Text widget
I have Column which consists of 2 Text widget in it and I tried to apply TextOverflow.ellipsis to the widgets when the string is too long. However, the overflow doesnt seems working as I stil get the "RenderFlex Overflow" error.…