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.
Generate dynamic children causing infinite child width in wrap widget
Widgets & Design
Yes