Commit 0dc652bd authored by Hans Muller's avatar Hans Muller

Corrected Card resting elevation, tabs example toolbar

parent 904acc83
......@@ -125,7 +125,8 @@ class TabbedNavigatorAppState extends State<TabbedNavigatorApp> {
assert(selectedIndices.length == 5);
ToolBar toolbar = new ToolBar(
center: new Text('Tabbed Navigator', style: Typography.white.title)
center: new Text('Tabbed Navigator', style: Typography.white.title),
elevation: 0
);
return new Scaffold(
......
......@@ -23,7 +23,7 @@ class Card extends StatelessComponent {
child: new Material(
color: color,
type: MaterialType.card,
elevation: 8,
elevation: 2,
child: child
)
);
......
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