Default contacts demo to pinned AppBar (#8445)

This commit is contained in:
Chris Bracken 2017-03-02 14:40:13 -08:00 committed by GitHub
parent 62cc326a67
commit c54cc96905

View File

@ -93,7 +93,7 @@ class ContactsDemoState extends State<ContactsDemo> {
static final GlobalKey<ScaffoldState> _scaffoldKey = new GlobalKey<ScaffoldState>();
final double _appBarHeight = 256.0;
AppBarBehavior _appBarBehavior;
AppBarBehavior _appBarBehavior = AppBarBehavior.pinned;
@override
Widget build(BuildContext context) {