mirror of
https://github.com/flutter/samples.git
synced 2026-05-09 16:37:30 +00:00
dartfmt
This commit is contained in:
@@ -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,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user