fix: remove spacer

This commit is contained in:
2024-06-25 13:58:41 +03:00
parent cfe0184e3a
commit f1055d40a4
3 changed files with 6 additions and 8 deletions

View File

@@ -311,7 +311,7 @@ class _BasketPageState extends State<BasketPage> {
),
),
),
_buildSpacer(),
// _buildSpacer(),
Padding(
padding: const EdgeInsetsDirectional.symmetric(
horizontal: 10, vertical: 10),
@@ -354,7 +354,7 @@ class _BasketPageState extends State<BasketPage> {
],
),
),
const SizedBox(width: 50),
// const SizedBox(width: 50),
],
),
),