You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I utilized IntrinsicHeight as suggested from here and that worked, except Widget returned by HTML gets clipped off, like below:
I have also tested rendering raw Text(long_text) and that works, it only gets clipped off with Html Widget.
Adding things like Expanded/Flexible does away with the Overflow warning, but then the contents are still being clipped off (notice there's no more yellow banner warning but texts still clipped off).
Here's what I see on the debugger.
Any suggestion what to do?
The text was updated successfully, but these errors were encountered:
So, I am trying to implement a layout that looks like this, basically a Row item where the content can grow as tall as possible.
I utilized IntrinsicHeight as suggested from here and that worked, except Widget returned by HTML gets clipped off, like below:
I have also tested rendering raw
Text(long_text)
and that works, it only gets clipped off with Html Widget.Adding things like
Expanded
/Flexible
does away with theOverflow
warning, but then the contents are still being clipped off (notice there's no more yellow banner warning but texts still clipped off).Here's what I see on the debugger.
Any suggestion what to do?
The text was updated successfully, but these errors were encountered: