|
|
|
@ -129,10 +129,7 @@ class AppointmentDoctorCard extends StatelessWidget {
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Expanded(
|
|
|
|
Utils.buildSvgWithAssets(icon: AppAssets.doctor_profile_icon, width: 20.h, height: 20.h, fit: BoxFit.scaleDown).onPress(() async {
|
|
|
|
flex: 1,
|
|
|
|
|
|
|
|
child: Utils.buildSvgWithAssets(icon: AppAssets.doctor_profile_icon, width: 20.h, height: 20.h, fit: BoxFit.scaleDown),
|
|
|
|
|
|
|
|
).onPress(() async {
|
|
|
|
|
|
|
|
DoctorsListResponseModel selectedDoctor = DoctorsListResponseModel();
|
|
|
|
DoctorsListResponseModel selectedDoctor = DoctorsListResponseModel();
|
|
|
|
selectedDoctor.doctorID = patientAppointmentHistoryResponseModel.doctorID;
|
|
|
|
selectedDoctor.doctorID = patientAppointmentHistoryResponseModel.doctorID;
|
|
|
|
selectedDoctor.doctorImageURL = patientAppointmentHistoryResponseModel.doctorImageURL;
|
|
|
|
selectedDoctor.doctorImageURL = patientAppointmentHistoryResponseModel.doctorImageURL;
|
|
|
|
|