Commit 195fe22a authored by Alex Fandrianto's avatar Alex Fandrianto

Update README.md

Added missing :
parent a96f5951
......@@ -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