Commit 75f1c05b authored by Hans Muller's avatar Hans Muller

Use Theme to define the colors and TextStyles for Tab, TabBar

Also added a smoke test for examples/widgets/tabs.dart.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1213873002.
parent d532b3fa
...@@ -44,8 +44,8 @@ class TabbedNavigatorApp extends App { ...@@ -44,8 +44,8 @@ class TabbedNavigatorApp extends App {
.map((labels) => buildTabNavigator(labels, navigatorIndex++)); .map((labels) => buildTabNavigator(labels, navigatorIndex++));
ToolBar toolbar = new ToolBar( ToolBar toolbar = new ToolBar(
center: new Text('Tabbed Navigator', style: white.title), center: new Text('Tabbed Navigator', style: white.title)
backgroundColor: Blue[500]); );
return new Scaffold( return new Scaffold(
toolbar: toolbar, toolbar: toolbar,
......
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