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
overflow
TextOv
Based on my experiences, you should assign a fixed width to the Container containing the overflowing text, as per this post. Flutter- wrapping text .
Container