Commit eee90d0d authored by Adam Barth's avatar Adam Barth

Merge pull request #560 from afandria/patch-1

Update README.md
parents 441fe4d4 195fe22a
......@@ -78,7 +78,7 @@ class MyToolBar extends Component {
child: new Flex([
new NetworkImage(src: 'menu.png', width: 25.0, height: 25.0),
new Flexible(child: new Text('My awesome toolbar')),
new NetworkImage(src: 'search.png', width 25.0, height: 25.0),
new NetworkImage(src: 'search.png', width: 25.0, height: 25.0),
])
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment