fix: remove spacer
This commit is contained in:
@@ -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),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user