Adam
0
Q:

The argument type 'Wrap' can't be assigned to the parameter type 'List<Widget>

// Here you are wrapping a list as list
children: <Widget>[getList()],
// This should rather be
children: getList(),
1

New to Communities?

Join the community