Fixed the notes list

faiz_development
Faiz Hashmi 3 weeks ago
parent b00624c406
commit 5f3c12fcb0

@ -50,7 +50,7 @@ class _ProviderProfileViewState extends State<ProviderProfileView> {
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(

Loading…
Cancel
Save