pull/118/head
John Ryan 6 years ago
parent d40ba0c98e
commit 505aa1b222

@ -47,13 +47,19 @@ class _ExpandCardState extends State<ExpandCard>
duration: duration, duration: duration,
width: size, width: size,
height: size, height: size,
child: Image.asset('assets/cat.jpg', fit: BoxFit.cover,), child: Image.asset(
'assets/cat.jpg',
fit: BoxFit.cover,
),
), ),
secondChild: AnimatedContainer( secondChild: AnimatedContainer(
duration: duration, duration: duration,
width: size, width: size,
height: size, height: size,
child: Image.asset('assets/wolf.jpg', fit: BoxFit.cover,), child: Image.asset(
'assets/wolf.jpg',
fit: BoxFit.cover,
),
), ),
), ),
), ),

Loading…
Cancel
Save