We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cc326 commit c54cc96Copy full SHA for c54cc96
examples/flutter_gallery/lib/demo/contacts_demo.dart
@@ -93,7 +93,7 @@ class ContactsDemoState extends State<ContactsDemo> {
93
static final GlobalKey<ScaffoldState> _scaffoldKey = new GlobalKey<ScaffoldState>();
94
final double _appBarHeight = 256.0;
95
96
- AppBarBehavior _appBarBehavior;
+ AppBarBehavior _appBarBehavior = AppBarBehavior.pinned;
97
98
@override
99
Widget build(BuildContext context) {
0 commit comments