bug 1518 fixed.

design_3.0_loan_module
Sikander Saleem 2 months ago
parent 883210e61b
commit 2b274f1f83

@ -121,18 +121,16 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
), ),
16.height, 16.height,
], ],
...doctorInfoSection(),
// ...contactInfoSection(), // ...contactInfoSection(),
// 16.height,
...itemDetailsSection(),
16.height, 16.height,
...doctorInfoSection(), ...itemDetailsSection(),
16.height, 16.height,
...vendorDetailsSection(), ...vendorDetailsSection(),
16.height, 16.height,
AttachmentPicker( AttachmentPicker(
label: context.translation.attachments, label: context.translation.attachments,
attachment: attachments, attachment: attachments,
buttonColor: AppColor.black10,
onlyImages: false, onlyImages: false,
showAsListView: true, showAsListView: true,
buttonIcon: 'image-plus'.toSvgAsset(color: context.isDark ? AppColor.primary10 : AppColor.neutral120), buttonIcon: 'image-plus'.toSvgAsset(color: context.isDark ? AppColor.primary10 : AppColor.neutral120),

Loading…
Cancel
Save