fix : intent padding
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user