Expandable Widget in my listview component expands into the background of my listview components

Widgets & Design

I am building a listview with expandable components. With the following layout:

I expected the expandable component to expand and push the following components, as far as the expandable view's height. However, the first component expands into the next instead, without pushing the following components. As seen here:

Flutterflowissue1.mp4
786.73KB

I appreciate any help ๐Ÿ™‚

What have you tried so far?
  1. I tried wrapping the container that wraps around the expandable widget.

  2. I tried wrapping the widget in the expandable widget.

  3. I tried enabling 'Clip Content' on the container that wraps around the expandable widget.

  4. I tried adjusting the Height on the container that wraps around the expandable widget.

  5. I tried adjusting the Padding on the container that wraps around the expandable widget.

  6. Tried all possible Expandable Property options.

  7. Tried setting inf height on expandable widget.

  8. Tried setting fixed height on expandable widget.

  9. Tried adding empty container for Collapsed view.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
1 reply