add missing parts from merge

This commit is contained in:
2020-02-27 00:16:44 -05:00
parent c80d0f7523
commit 14e3459894

View File

@@ -10,13 +10,7 @@ class Home extends StatelessWidget {
const Item('Baseball', Colors.yellow),
];
final List<Widget> _children = [
PlaceholderWidget(Colors.white),
PlaceholderWidget(Colors.orange),
PlaceholderWidget(Colors.blue),
PlaceholderWidget(Colors.red),
PlaceholderWidget(Colors.black38),
];
var feed = Feed();
@override
Widget build(BuildContext context) {