Commit c54cc969 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Default contacts demo to pinned AppBar (#8445)

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