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( appBar: CustomAppBar(
title: LocaleKeys.providerDetails.tr(), title: LocaleKeys.providerDetails.tr(),
actions: [ actions: [
Icon( Icon(
appointmentsVM.providerProfileModel!.isFavorite! ? Icons.favorite : Icons.favorite_border, appointmentsVM.providerProfileModel!.isFavorite! ? Icons.favorite : Icons.favorite_border,
color: appointmentsVM.providerProfileModel!.isFavorite! ? MyColors.darkPrimaryColor : MyColors.black, color: appointmentsVM.providerProfileModel!.isFavorite! ? MyColors.darkPrimaryColor : MyColors.black,
).horPaddingMain().onPress( ).horPaddingMain().onPress(

Loading…
Cancel
Save