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