|  |  |  | @ -42,77 +42,79 @@ class AppointmentDoctorCard extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |                   fit: BoxFit.fill, | 
		
	
		
			
				|  |  |  |  |                 ).circle(100), | 
		
	
		
			
				|  |  |  |  |                 SizedBox(width: 16.h), | 
		
	
		
			
				|  |  |  |  |                 Column( | 
		
	
		
			
				|  |  |  |  |                   crossAxisAlignment: CrossAxisAlignment.start, | 
		
	
		
			
				|  |  |  |  |                   children: [ | 
		
	
		
			
				|  |  |  |  |                     patientAppointmentHistoryResponseModel.doctorNameObj!.toText16(isBold: true), | 
		
	
		
			
				|  |  |  |  |                     SizedBox(height: 8.h), | 
		
	
		
			
				|  |  |  |  |                     Row( | 
		
	
		
			
				|  |  |  |  |                       children: [ | 
		
	
		
			
				|  |  |  |  |                         CustomButton( | 
		
	
		
			
				|  |  |  |  |                           text: patientAppointmentHistoryResponseModel.clinicName!, | 
		
	
		
			
				|  |  |  |  |                           onPressed: () {}, | 
		
	
		
			
				|  |  |  |  |                           backgroundColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                           borderColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                           textColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                           fontSize: 10, | 
		
	
		
			
				|  |  |  |  |                           fontWeight: FontWeight.w500, | 
		
	
		
			
				|  |  |  |  |                           borderRadius: 8, | 
		
	
		
			
				|  |  |  |  |                           padding: EdgeInsets.fromLTRB(10, 0, 10, 0), | 
		
	
		
			
				|  |  |  |  |                           height: 30.h, | 
		
	
		
			
				|  |  |  |  |                         ), | 
		
	
		
			
				|  |  |  |  |                         SizedBox(width: 6.h), | 
		
	
		
			
				|  |  |  |  |                         CustomButton( | 
		
	
		
			
				|  |  |  |  |                           text: patientAppointmentHistoryResponseModel.projectName!, | 
		
	
		
			
				|  |  |  |  |                           onPressed: () {}, | 
		
	
		
			
				|  |  |  |  |                           backgroundColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                           borderColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                           textColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                           fontSize: 10, | 
		
	
		
			
				|  |  |  |  |                           fontWeight: FontWeight.w500, | 
		
	
		
			
				|  |  |  |  |                           borderRadius: 8, | 
		
	
		
			
				|  |  |  |  |                           padding: EdgeInsets.fromLTRB(10, 0, 10, 0), | 
		
	
		
			
				|  |  |  |  |                           height: 30.h, | 
		
	
		
			
				|  |  |  |  |                         ), | 
		
	
		
			
				|  |  |  |  |                       ], | 
		
	
		
			
				|  |  |  |  |                     ), | 
		
	
		
			
				|  |  |  |  |                     SizedBox(height: 6.h), | 
		
	
		
			
				|  |  |  |  |                     Row( | 
		
	
		
			
				|  |  |  |  |                       children: [ | 
		
	
		
			
				|  |  |  |  |                         CustomButton( | 
		
	
		
			
				|  |  |  |  |                           icon: AppAssets.appointment_calendar_icon, | 
		
	
		
			
				|  |  |  |  |                           iconColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                           iconSize: 12.h, | 
		
	
		
			
				|  |  |  |  |                           text: DateUtil.formatDateToDate(DateUtil.convertStringToDate(patientAppointmentHistoryResponseModel.appointmentDate), false), | 
		
	
		
			
				|  |  |  |  |                           onPressed: () {}, | 
		
	
		
			
				|  |  |  |  |                           backgroundColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                           borderColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                           textColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                           fontSize: 10, | 
		
	
		
			
				|  |  |  |  |                           fontWeight: FontWeight.w500, | 
		
	
		
			
				|  |  |  |  |                           borderRadius: 8, | 
		
	
		
			
				|  |  |  |  |                           padding: EdgeInsets.fromLTRB(10, 0, 10, 0), | 
		
	
		
			
				|  |  |  |  |                           height: 30.h, | 
		
	
		
			
				|  |  |  |  |                         ), | 
		
	
		
			
				|  |  |  |  |                         SizedBox(width: 6.h), | 
		
	
		
			
				|  |  |  |  |                         CustomButton( | 
		
	
		
			
				|  |  |  |  |                           icon: AppAssets.appointment_time_icon, | 
		
	
		
			
				|  |  |  |  |                           iconColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                           iconSize: 12.h, | 
		
	
		
			
				|  |  |  |  |                           text: DateUtil.formatDateToTimeLang(DateUtil.convertStringToDate(patientAppointmentHistoryResponseModel.appointmentDate), false), | 
		
	
		
			
				|  |  |  |  |                           onPressed: () {}, | 
		
	
		
			
				|  |  |  |  |                           backgroundColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                           borderColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                           textColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                           fontSize: 10, | 
		
	
		
			
				|  |  |  |  |                           fontWeight: FontWeight.w500, | 
		
	
		
			
				|  |  |  |  |                           borderRadius: 8, | 
		
	
		
			
				|  |  |  |  |                           padding: EdgeInsets.fromLTRB(10, 0, 10, 0), | 
		
	
		
			
				|  |  |  |  |                           height: 30.h, | 
		
	
		
			
				|  |  |  |  |                         ), | 
		
	
		
			
				|  |  |  |  |                       ], | 
		
	
		
			
				|  |  |  |  |                     ) | 
		
	
		
			
				|  |  |  |  |                   ], | 
		
	
		
			
				|  |  |  |  |                 Expanded( | 
		
	
		
			
				|  |  |  |  |                   child: Column( | 
		
	
		
			
				|  |  |  |  |                     crossAxisAlignment: CrossAxisAlignment.start, | 
		
	
		
			
				|  |  |  |  |                     children: [ | 
		
	
		
			
				|  |  |  |  |                       patientAppointmentHistoryResponseModel.doctorNameObj!.toText16(isBold: true), | 
		
	
		
			
				|  |  |  |  |                       SizedBox(height: 8.h), | 
		
	
		
			
				|  |  |  |  |                       Row( | 
		
	
		
			
				|  |  |  |  |                         children: [ | 
		
	
		
			
				|  |  |  |  |                           CustomButton( | 
		
	
		
			
				|  |  |  |  |                             text: patientAppointmentHistoryResponseModel.clinicName!, | 
		
	
		
			
				|  |  |  |  |                             onPressed: () {}, | 
		
	
		
			
				|  |  |  |  |                             backgroundColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                             borderColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                             textColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                             fontSize: 10, | 
		
	
		
			
				|  |  |  |  |                             fontWeight: FontWeight.w500, | 
		
	
		
			
				|  |  |  |  |                             borderRadius: 8, | 
		
	
		
			
				|  |  |  |  |                             padding: EdgeInsets.fromLTRB(10, 0, 10, 0), | 
		
	
		
			
				|  |  |  |  |                             height: 30.h, | 
		
	
		
			
				|  |  |  |  |                           ), | 
		
	
		
			
				|  |  |  |  |                           SizedBox(width: 6.h), | 
		
	
		
			
				|  |  |  |  |                           CustomButton( | 
		
	
		
			
				|  |  |  |  |                             text: patientAppointmentHistoryResponseModel.projectName!, | 
		
	
		
			
				|  |  |  |  |                             onPressed: () {}, | 
		
	
		
			
				|  |  |  |  |                             backgroundColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                             borderColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                             textColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                             fontSize: 10, | 
		
	
		
			
				|  |  |  |  |                             fontWeight: FontWeight.w500, | 
		
	
		
			
				|  |  |  |  |                             borderRadius: 8, | 
		
	
		
			
				|  |  |  |  |                             padding: EdgeInsets.fromLTRB(10, 0, 10, 0), | 
		
	
		
			
				|  |  |  |  |                             height: 30.h, | 
		
	
		
			
				|  |  |  |  |                           ), | 
		
	
		
			
				|  |  |  |  |                         ], | 
		
	
		
			
				|  |  |  |  |                       ), | 
		
	
		
			
				|  |  |  |  |                       SizedBox(height: 6.h), | 
		
	
		
			
				|  |  |  |  |                       Row( | 
		
	
		
			
				|  |  |  |  |                         children: [ | 
		
	
		
			
				|  |  |  |  |                           CustomButton( | 
		
	
		
			
				|  |  |  |  |                             icon: AppAssets.appointment_calendar_icon, | 
		
	
		
			
				|  |  |  |  |                             iconColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                             iconSize: 12.h, | 
		
	
		
			
				|  |  |  |  |                             text: DateUtil.formatDateToDate(DateUtil.convertStringToDate(patientAppointmentHistoryResponseModel.appointmentDate), false), | 
		
	
		
			
				|  |  |  |  |                             onPressed: () {}, | 
		
	
		
			
				|  |  |  |  |                             backgroundColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                             borderColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                             textColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                             fontSize: 10, | 
		
	
		
			
				|  |  |  |  |                             fontWeight: FontWeight.w500, | 
		
	
		
			
				|  |  |  |  |                             borderRadius: 8, | 
		
	
		
			
				|  |  |  |  |                             padding: EdgeInsets.fromLTRB(10, 0, 10, 0), | 
		
	
		
			
				|  |  |  |  |                             height: 30.h, | 
		
	
		
			
				|  |  |  |  |                           ), | 
		
	
		
			
				|  |  |  |  |                           SizedBox(width: 6.h), | 
		
	
		
			
				|  |  |  |  |                           CustomButton( | 
		
	
		
			
				|  |  |  |  |                             icon: AppAssets.appointment_time_icon, | 
		
	
		
			
				|  |  |  |  |                             iconColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                             iconSize: 12.h, | 
		
	
		
			
				|  |  |  |  |                             text: DateUtil.formatDateToTimeLang(DateUtil.convertStringToDate(patientAppointmentHistoryResponseModel.appointmentDate), false), | 
		
	
		
			
				|  |  |  |  |                             onPressed: () {}, | 
		
	
		
			
				|  |  |  |  |                             backgroundColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                             borderColor: AppColors.greyColor, | 
		
	
		
			
				|  |  |  |  |                             textColor: AppColors.blackColor, | 
		
	
		
			
				|  |  |  |  |                             fontSize: 10, | 
		
	
		
			
				|  |  |  |  |                             fontWeight: FontWeight.w500, | 
		
	
		
			
				|  |  |  |  |                             borderRadius: 8, | 
		
	
		
			
				|  |  |  |  |                             padding: EdgeInsets.fromLTRB(10, 0, 10, 0), | 
		
	
		
			
				|  |  |  |  |                             height: 30.h, | 
		
	
		
			
				|  |  |  |  |                           ), | 
		
	
		
			
				|  |  |  |  |                         ], | 
		
	
		
			
				|  |  |  |  |                       ) | 
		
	
		
			
				|  |  |  |  |                     ], | 
		
	
		
			
				|  |  |  |  |                   ), | 
		
	
		
			
				|  |  |  |  |                 ), | 
		
	
		
			
				|  |  |  |  |               ], | 
		
	
		
			
				|  |  |  |  |             ), | 
		
	
	
		
			
				
					|  |  |  | 
 |