bug 1518 fixed.

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

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

Loading…
Cancel
Save