Commit 8283d05e authored by Adam Barth's avatar Adam Barth Committed by Hans Muller

Tabs and scrolling has odd card text (#4019)

Looks like our intent here was to show the tab label rather than
"Instance of '_Page'".

Also, fix an issue where the scrollableKey wasn't being forwarded to the
actual scrollable.

Fixes #3090
parent 3b3b0ff1
......@@ -68,7 +68,7 @@ class TabsDemoState extends State<TabsDemo> {
height: 192.0,
child: new Card(
child: new Center(
child: new Text('Tab $page.label, item $i')
child: new Text('Tab ${page.label}, item $i')
)
)
);
......
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