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