fix : list padding
This commit is contained in:
@@ -38,7 +38,7 @@ class RequestsPage extends GetView<RequestsLogic> {
|
|||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
itemCount: 10,
|
itemCount: 10,
|
||||||
physics: BouncingScrollPhysics(),
|
physics: BouncingScrollPhysics(),
|
||||||
padding: EdgeInsets.symmetric(horizontal: 20, vertical: 50),
|
padding: EdgeInsets.fromLTRB(20, 10, 20, 30),
|
||||||
separatorBuilder: (context, index) => SizedBox(height: 6),
|
separatorBuilder: (context, index) => SizedBox(height: 6),
|
||||||
itemBuilder: (context, index) {
|
itemBuilder: (context, index) {
|
||||||
return GestureDetector(
|
return GestureDetector(
|
||||||
|
|||||||
Reference in New Issue
Block a user