Flutter – The argument type 'List<dynamic>' can't be assigned to the parameter type 'List<Widget>'.dartargument_type_not_assignable
I am working on a question application. I am trying to create a list in order to put icons in it so that if the person answers the question, the result of the answer will appear, but I saw this…