-
-
Notifications
You must be signed in to change notification settings - Fork 911
Closed
Description
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.
--------------------------
| |
| | [CONTENT HERE]
| |
--------------------------
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?
caneva20 and beingcoderr
Metadata
Metadata
Assignees
Labels
No labels