Added Shipping Management

aamir_dev
Faiz Hashmi 1 year ago
parent 5f8422d68c
commit e671565d04

@ -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