From 93649616b2318eaeb784a9d697f2d38679a1ebf7 Mon Sep 17 00:00:00 2001 From: Aamir Muhammad Date: Thu, 10 Jul 2025 11:53:32 +0300 Subject: [PATCH] translation & register Design changes. --- .../AlHabibMedicalService/health_calculator/carbs/carbs.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/AlHabibMedicalService/health_calculator/carbs/carbs.dart b/lib/pages/AlHabibMedicalService/health_calculator/carbs/carbs.dart index 4bc38f1c..adf838bc 100644 --- a/lib/pages/AlHabibMedicalService/health_calculator/carbs/carbs.dart +++ b/lib/pages/AlHabibMedicalService/health_calculator/carbs/carbs.dart @@ -321,7 +321,7 @@ Widget inputWidget( bool isLeadingCountry = false, String? leadingIcon, bool removePadding = false, - bool isAllowRadius = false, + bool isAllowRadius = true, List? dropdownItems, String? selectedValue, SelectionType? selectionType,