Generate dynamic children causing infinite child width in wrap widget

Widgets & Design

I'm using a wrap widget to show a list of item dynamically, similar to how choicechips look, but I cannot use choice chips due to needed customization. When generating dynamic children from variable, it sets the child widgets to infinite widget or expand. The wrap is set to horizontal, and nothing seems to work to make it look the way I need. It currently looks like this, but I need to to act like a wrap would.

What have you tried so far?

I have checked child widget (text and container) and nothing is set to expand or infinite width. The container has a minimum width of 30 to match the height. I cannot set max width cause it would cut off text of certain dynamic children.

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