sliding_up_panel icon indicating copy to clipboard operation
sliding_up_panel copied to clipboard

Adding item to panel dynamically doesn't update panel's height

Open maxbeech opened this issue 3 years ago • 0 comments

Describe the bug When I add a widget to a panel dynamically after the initial load, the panel's height does not increase, meaning that the bottom of the panel gets cut off and I get the A RenderFlex overflowed by 27 pixels on the bottom. error.

What can I do to ensure the panel updates its height in this case please?

To Reproduce Add a widget to the panel dynamically via the condition ? widget : widget logic.

Thanks so much!

maxbeech avatar Oct 06 '21 14:10 maxbeech