I have a question and can't figure the solution out - maybe somebody can help:
I have a list of queried ChoiceChips in a Wrap, so that the are nicely responsive. Now I want to add a "+" button after the last ChoiceChip (so I can show more). How can I get a widget (like a "+"-button) there?
If I want to add it inside the Wrap, it wants to replace the ChoiceChip...if I put it afterwards, it is not on the correct place:
Does somebody have an idea?
Thanks!