update carton form and info
This commit is contained in:
@@ -279,7 +279,8 @@ class _MixCartonSubmitState extends State<MixCartonSubmit> {
|
||||
children: [
|
||||
Expanded(
|
||||
child: ListView(
|
||||
padding: const EdgeInsets.all(20),
|
||||
padding:
|
||||
const EdgeInsets.only(left: 20, right: 20, top: 15, bottom: 20),
|
||||
children: [
|
||||
cartonType,
|
||||
const SizedBox(height: 10),
|
||||
|
||||
Reference in New Issue
Block a user