|
|
|
@ -118,7 +118,7 @@ class _DoctorProfileState extends State<DoctorProfile> with TickerProviderStateM
|
|
|
|
showConfirmMessageDialog: false,
|
|
|
|
showConfirmMessageDialog: false,
|
|
|
|
onTap: () {
|
|
|
|
onTap: () {
|
|
|
|
if (widget.isOpenAppt) {
|
|
|
|
if (widget.isOpenAppt) {
|
|
|
|
Navigator.push(context, FadePage(page: SchedulePage(widget.doctor)));
|
|
|
|
// Navigator.push(context, FadePage(page: SchedulePage(doctorList: widget.doctor,appo: widget.,)));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onRatingAndReviewTap: () {
|
|
|
|
onRatingAndReviewTap: () {
|
|
|
|
|