add box selected product
This commit is contained in:
@@ -188,7 +188,7 @@ class AddSalesScreenState extends ConsumerState<AddSalesScreen> {
|
||||
),
|
||||
body: SingleChildScrollView(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(20.0),
|
||||
padding: const EdgeInsets.fromLTRB(20.0, 20.0, 20.0, 100.0),
|
||||
child: Column(
|
||||
children: [
|
||||
///_______Invoice_And_Date_____________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user