sprint-1 #1
@ -28,7 +28,7 @@ class _CardSectionState extends State<CardSection> {
|
||||
return Container(
|
||||
margin: EdgeInsets.only(top: height(context) * 3),
|
||||
width: width(context) * 100,
|
||||
height: height(context) * 30,
|
||||
height: height(context) * 80,
|
||||
child: ListView.builder(
|
||||
itemCount: cardsList.length,
|
||||
itemBuilder: (BuildContext context, int index) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user