Skip to content

Commit c54cc96

Browse files
authored
Default contacts demo to pinned AppBar (flutter#8445)
1 parent 62cc326 commit c54cc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/flutter_gallery/lib/demo/contacts_demo.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ContactsDemoState extends State<ContactsDemo> {
9393
static final GlobalKey<ScaffoldState> _scaffoldKey = new GlobalKey<ScaffoldState>();
9494
final double _appBarHeight = 256.0;
9595

96-
AppBarBehavior _appBarBehavior;
96+
AppBarBehavior _appBarBehavior = AppBarBehavior.pinned;
9797

9898
@override
9999
Widget build(BuildContext context) {

0 commit comments

Comments
 (0)