mirror of
https://github.com/flutter/samples.git
synced 2026-03-23 12:51:57 +00:00
dartfmt
This commit is contained in:
@@ -47,13 +47,19 @@ class _ExpandCardState extends State<ExpandCard>
|
||||
duration: duration,
|
||||
width: size,
|
||||
height: size,
|
||||
child: Image.asset('assets/cat.jpg', fit: BoxFit.cover,),
|
||||
child: Image.asset(
|
||||
'assets/cat.jpg',
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
),
|
||||
secondChild: AnimatedContainer(
|
||||
duration: duration,
|
||||
width: size,
|
||||
height: size,
|
||||
child: Image.asset('assets/wolf.jpg', fit: BoxFit.cover,),
|
||||
child: Image.asset(
|
||||
'assets/wolf.jpg',
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user