fix : intent padding

This commit is contained in:
2025-06-15 09:10:34 +03:30
parent 50be255f42
commit e7bf4c361b

View File

@@ -187,7 +187,7 @@ class RootPage extends GetView<RootLogic> {
height: 70, height: 70,
child: ListView( child: ListView(
scrollDirection: Axis.horizontal, scrollDirection: Axis.horizontal,
padding: EdgeInsets.symmetric(horizontal: 8), padding: EdgeInsets.symmetric(horizontal: 12),
physics: BouncingScrollPhysics(), physics: BouncingScrollPhysics(),
children: [ children: [
widelyUsed( widelyUsed(