From e671565d0413ba65854c5183a0204f7b53eb3829 Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Mon, 21 Oct 2024 16:21:03 +0300 Subject: [PATCH] Added Shipping Management --- lib/views/branches/provider_profile_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/branches/provider_profile_view.dart b/lib/views/branches/provider_profile_view.dart index 984bd07..282fd26 100644 --- a/lib/views/branches/provider_profile_view.dart +++ b/lib/views/branches/provider_profile_view.dart @@ -50,7 +50,7 @@ class _ProviderProfileViewState extends State { appBar: CustomAppBar( title: LocaleKeys.providerDetails.tr(), actions: [ - Icon( + Icon( appointmentsVM.providerProfileModel!.isFavorite! ? Icons.favorite : Icons.favorite_border, color: appointmentsVM.providerProfileModel!.isFavorite! ? MyColors.darkPrimaryColor : MyColors.black, ).horPaddingMain().onPress(