Skip to content

Widget does not fill up available height and gets clipped off. #356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
edisonywh opened this issue Jul 19, 2020 · 1 comment
Closed

Widget does not fill up available height and gets clipped off. #356

edisonywh opened this issue Jul 19, 2020 · 1 comment

Comments

@edisonywh
Copy link

edisonywh commented Jul 19, 2020

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:

photo_2020-07-20 03 36 22

I have also tested rendering raw Text(long_text) and that works, it only gets clipped off with Html Widget.

photo_2020-07-20 03 36 25

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).

photo_2020-07-20 03 39 20

Here's what I see on the debugger.

07-20-332AM

Any suggestion what to do?

@edisonywh
Copy link
Author

For what it's worth, I managed to achieve what I want with Stack/Position

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants