I'm making an app that contains ViewList that have some Widget Inside it,
the Widget has functions And three Inputs (text title, text SubTitle, button with action 'OnPressed' it will change every Widget)
I need to duplicate this Widget 42 Times and every Widget has a different (title, subtitle, button) so how I can make a loop that duplicates the Widgets and Array to enter a specific (title, subtitle, button) to each Widget?
(more Explanation) array list Contains(title, subtitle, button), every time the loop creates a new Widget in the ViewList, the Widget Get's (title, subtitle, button) from the Arraylist.
I had done that before but not in flutter not even using dart so I'm a little bit confused
this picture explains what I need press here