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.
This commit is contained in:
Hans Muller 2015-06-26 09:30:53 -07:00
parent d532b3fa7c
commit 75f1c05b85

View File

@ -44,8 +44,8 @@ class TabbedNavigatorApp extends App {
.map((labels) => buildTabNavigator(labels, navigatorIndex++));
ToolBar toolbar = new ToolBar(
center: new Text('Tabbed Navigator', style: white.title),
backgroundColor: Blue[500]);
center: new Text('Tabbed Navigator', style: white.title)
);
return new Scaffold(
toolbar: toolbar,