mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 08:31:19 +00:00
height update from ios
This commit is contained in:
parent
1379f7f547
commit
ace5026290
@ -46,7 +46,7 @@ class EventListItem extends StatelessWidget {
|
||||
child: Column(
|
||||
children: [
|
||||
Container(
|
||||
height: size.height * 0.2,
|
||||
height: size.height * 0.15,
|
||||
width: size.width*1,
|
||||
child: Stack(
|
||||
children: [
|
||||
@ -57,11 +57,11 @@ class EventListItem extends StatelessWidget {
|
||||
child: Center(
|
||||
child: Container(
|
||||
width: size.width,
|
||||
height: size.height * 0.2,
|
||||
height: size.height * 0.15,
|
||||
child: CachedNetworkImage(
|
||||
imageUrl: eventAgenda.image!,
|
||||
width: size.width,
|
||||
height: size.height * 0.2,
|
||||
height: size.height * 0.15,
|
||||
fit: BoxFit.cover,
|
||||
progressIndicatorBuilder: (context, url, downloadProgress) {
|
||||
return Center(
|
||||
@ -124,7 +124,7 @@ class EventListItem extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
Container(
|
||||
height: size.height * 0.2,
|
||||
height: size.height * 0.13,
|
||||
constraints: BoxConstraints(maxHeight: 120),
|
||||
child: Container(
|
||||
width: size.width,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user