Fix the sizing of the image in Gallery/Contacts (#9625)

This commit is contained in:
Jason Simmons 2017-04-27 11:32:53 -07:00 committed by GitHub
parent 0439bf25d9
commit 834c142d04

View File

@ -151,6 +151,7 @@ class ContactsDemoState extends State<ContactsDemo> {
flexibleSpace: new FlexibleSpaceBar(
title: const Text('Ali Connors'),
background: new Stack(
fit: StackFit.expand,
children: <Widget>[
new Image.asset(
'packages/flutter_gallery_assets/ali_connors.jpg',