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(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
height: size.height * 0.2,
|
height: size.height * 0.15,
|
||||||
width: size.width*1,
|
width: size.width*1,
|
||||||
child: Stack(
|
child: Stack(
|
||||||
children: [
|
children: [
|
||||||
@ -57,11 +57,11 @@ class EventListItem extends StatelessWidget {
|
|||||||
child: Center(
|
child: Center(
|
||||||
child: Container(
|
child: Container(
|
||||||
width: size.width,
|
width: size.width,
|
||||||
height: size.height * 0.2,
|
height: size.height * 0.15,
|
||||||
child: CachedNetworkImage(
|
child: CachedNetworkImage(
|
||||||
imageUrl: eventAgenda.image!,
|
imageUrl: eventAgenda.image!,
|
||||||
width: size.width,
|
width: size.width,
|
||||||
height: size.height * 0.2,
|
height: size.height * 0.15,
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.cover,
|
||||||
progressIndicatorBuilder: (context, url, downloadProgress) {
|
progressIndicatorBuilder: (context, url, downloadProgress) {
|
||||||
return Center(
|
return Center(
|
||||||
@ -124,7 +124,7 @@ class EventListItem extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
height: size.height * 0.2,
|
height: size.height * 0.13,
|
||||||
constraints: BoxConstraints(maxHeight: 120),
|
constraints: BoxConstraints(maxHeight: 120),
|
||||||
child: Container(
|
child: Container(
|
||||||
width: size.width,
|
width: size.width,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user