Skip to content

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

@edisonywh

Description

@edisonywh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions