latest code of generate bill

dev_branch
Priya Chetiwal 2025-02-04 21:07:06 +05:30
parent a52b90a7d2
commit 7ca5ecc39e
1 changed files with 2 additions and 1 deletions

View File

@ -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,