evaluation form added-1.

design_3.0_demo_module
Sikander Saleem 4 weeks ago
parent cea77ff7f7
commit 4e56746e88

@ -116,6 +116,8 @@ class _CreateDemoRequestPageState extends State<CreateDemoRequestPage> with Tick
16.height, 16.height,
...vendorDetailsSection(), ...vendorDetailsSection(),
16.height, 16.height,
"Attachments".bodyText(context).custom(color: AppColor.black10),
8.height,
SingleItemDropDownMenu<Lookup, DemoDocumentLookupProvider>( SingleItemDropDownMenu<Lookup, DemoDocumentLookupProvider>(
context: context, context: context,
height: 56.toScreenHeight, height: 56.toScreenHeight,

@ -256,23 +256,23 @@ class _EvaluationFormPageState extends State<EvaluationFormPage> {
formData['patientComfort'] = value; formData['patientComfort'] = value;
}, },
), ),
8.height, // 8.height,
SingleItemDropDownMenu<Lookup, NullableLoadingProvider>( // SingleItemDropDownMenu<Lookup, NullableLoadingProvider>(
context: context, // context: context,
title: "Patient Comfort", // title: "Patient Comfort",
backgroundColor: AppColor.fieldBgColor(context), // backgroundColor: AppColor.fieldBgColor(context),
showShadow: false, // showShadow: false,
showAsBottomSheet: true, // showAsBottomSheet: true,
initialValue: formData['patientComfort'], // initialValue: formData['patientComfort'],
staticData: rating, // staticData: rating,
validator: (value) { // validator: (value) {
if (value == null) return "Mandatory"; // if (value == null) return "Mandatory";
return null; // return null;
}, // },
onSelect: (value) { // onSelect: (value) {
formData['patientComfort'] = value; // formData['patientComfort'] = value;
}, // },
), // ),
// 8.height, // 8.height,
// SingleItemDropDownMenu<Lookup, NullableLoadingProvider>( // SingleItemDropDownMenu<Lookup, NullableLoadingProvider>(
// context: context, // context: context,

Loading…
Cancel
Save