remove spacer
This commit is contained in:
@@ -54,7 +54,7 @@ class _CartonSizeListState extends State<CartonSizeList> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Spacer(),
|
//Spacer(),
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: Icon(Icons.remove, color: primaryColor),
|
icon: Icon(Icons.remove, color: primaryColor),
|
||||||
onPressed: () => _remove(p),
|
onPressed: () => _remove(p),
|
||||||
|
|||||||
Reference in New Issue
Block a user