mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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:
parent
d532b3fa7c
commit
75f1c05b85
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user