А

Size: a a a
А
ДЩ
KT
ДЩ
ДЩ
KT
ДЩ
KT
KT
D
AB
_scrollController.position.maxScrollExtent;
KT
D
KT
_scrollController.position.maxScrollExtent;
KT
D
Column(
children: <Widget>[
getTopWidget(),
Container(
height: MediaQuery.of(context).size.height,
width: MediaQuery.of(context).size.width,
child: ListView.builder(
itemCount: shapShot.data.length,
itemBuilder: (context,index){
return EventCard(
title: shapShot.data[index].title,
details: shapShot.data[index].details,
imageUrl: shapShot.data[index].imageUrl,
);
}),
),
],
);
D
ДЩ
ДЩ