From e12be34747a6a3235242718664b48006bfd779ad Mon Sep 17 00:00:00 2001 From: yaso Date: Mon, 21 Oct 2024 10:48:58 +0200 Subject: [PATCH] test business manager --- .../manage_business/business_details.dart | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/Frontend/patient_manager/lib/mih_packages/manage_business/business_details.dart b/Frontend/patient_manager/lib/mih_packages/manage_business/business_details.dart index 74d0beaf..adb2e579 100644 --- a/Frontend/patient_manager/lib/mih_packages/manage_business/business_details.dart +++ b/Frontend/patient_manager/lib/mih_packages/manage_business/business_details.dart @@ -475,6 +475,40 @@ class _BusinessDetailsState extends State { required: true, editable: false, ), + const SizedBox(height: 15.0), + const Text( + "My Test Data", + style: TextStyle( + fontWeight: FontWeight.bold, + fontSize: 25, + ), + ), + Divider( + color: + MzanziInnovationHub.of(context)?.theme.secondaryColor(), + ), + const SizedBox(height: 10.0), + MIHTextField( + controller: typeController, + hintText: "Business Type", + editable: false, + required: true, + ), + const SizedBox(height: 15.0), + MIHTextField( + controller: titleController, + hintText: "title", + editable: false, + required: true, + ), + const SizedBox(height: 15.0), + MIHTextField( + controller: accessController, + hintText: "access", + editable: false, + required: true, + ), + //const SizedBox(height: 15.0), const SizedBox(height: 30.0), SizedBox( width: 500.0,