Flutter – How to make text overflow clip at the edge of parent widget's
I'm trying to make the a container with some text inside. If the text is overflow, then the remaining text is clipped at the edge of the container. TextOverflow.visible and TextOverflow.clip seems to do the same effect, which is desired.…