I have a list of quotes which I want to be listed within a listview.
The quotes are of varying lengths so I want them to be TextFields which can add lines dynamically based on the length of the text but when I make them textfields, the system either wraps them in a bounded container (eg. 200 pixel height) or it rejects saying I must wrap in a component (but then I have the same problem of the system putting the component inside a container.)
So - how do I make a variable height text inside a listview?