|
|
|
|
@ -70,7 +70,7 @@ class AppointmentDoctorCard extends StatelessWidget {
|
|
|
|
|
children: [
|
|
|
|
|
Utils.buildSvgWithAssets(icon: AppAssets.rating_icon, width: 15.w, height: 15.h),
|
|
|
|
|
SizedBox(height: 2.h),
|
|
|
|
|
"${patientAppointmentHistoryResponseModel.decimalDoctorRate}".toText11(isBold: true, color: AppColors.textColor),
|
|
|
|
|
"${patientAppointmentHistoryResponseModel.decimalDoctorRate ?? 0.0}".toText11(isBold: true, color: AppColors.textColor),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
).circle(100),
|
|
|
|
|
|