Flutter - Text inside an Expanded Widget within a Column overflowing

前端 未结 2 1943
轮回少年
轮回少年 2021-01-12 12:18

What I want to achieve is to have a text widget inside a Column of fixed height. When the text is long I want the overflow property which is set to TextOv

2条回答
  •  星月不相逢
    2021-01-12 12:52

    Based on my experiences, you should assign a fixed width to the Container containing the overflowing text, as per this post. Flutter- wrapping text .

提交回复
热议问题