How can I pass a list of maps to a Column or Row in Flutter?
I am new to flutter dart and having trouble, with the syntax, to pass a list with multiple blocks to a function. This is my list: Final list = [ { 'name' : 'abc', 'age : '25', 'gender' : 'M',…