|
|
@ -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,
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|