latest code of generate bill
parent
a52b90a7d2
commit
7ca5ecc39e
|
@ -86,7 +86,8 @@ class GenerateFrightBill extends StatelessWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
TextView(
|
||||
text: "Product Name", isRequired: true),
|
||||
text: "Product Name", isRequired: true,
|
||||
),
|
||||
SizedBox(height: 8),
|
||||
CustomDropdown<dynamic>(
|
||||
width: 250,
|
||||
|
|
Loading…
Reference in New Issue