crianças versus dardo infantil
child takes a single widget
child: Text('foo')
children takes a list of widgets
children: <Widget>[Text('foo'), Text('bar')]
Cute Cow
child takes a single widget
child: Text('foo')
children takes a list of widgets
children: <Widget>[Text('foo'), Text('bar')]