remove spacer

This commit is contained in:
2020-12-04 09:03:19 +06:30
parent af28300222
commit d5a3c4410e

View File

@@ -54,7 +54,7 @@ class _CartonSizeListState extends State<CartonSizeList> {
],
),
),
Spacer(),
//Spacer(),
IconButton(
icon: Icon(Icons.remove, color: primaryColor),
onPressed: () => _remove(p),