child takes a single widget
child: Text('foo')
children takes a list of widgets
children: [Text('foo'), Text('bar')]