mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix the sizing of the image in Gallery/Contacts (#9625)
This commit is contained in:
parent
0439bf25d9
commit
834c142d04
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user