Commit 834c142d authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

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

parent 0439bf25
......@@ -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',
......
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