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