mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Default contacts demo to pinned AppBar (#8445)
This commit is contained in:
parent
62cc326a67
commit
c54cc96905
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user