I would like to create a dynamic expansionTile, which receives as input data from Cloud Firestore.
Currently I download the data as array from Firebase and sort it into 3 different arrays ("Makeup", "Hair", Men's"). Data structure Firestore
But I have to create a list according to the following scheme:
How can I merge the three lists to one such list?
