@ -264,7 +264,7 @@ class _SearchForReferralsPageState extends State<SearchForReferralsPage> {
? Icons
.arrow_back_ios_outlined
: Icons
.arrow_forward_ios_outlined),
.arrow_forward_outlined),
],
),
@ -92,7 +92,7 @@ class _HospitalsLiveChatPageState extends State<HospitalsLiveChatPage> {
Icon(
Icons.arrow_forward_ios,
Icons.arrow_forward,
color: tappedIndex == index ? Colors.white : Colors.black,
@ -167,7 +167,7 @@ class _SchedulePageState extends State<SchedulePage> {
.arrow_forward_ios_outlined, size: 16.0),
.arrow_forward_outlined, size: 16.0),
)
]))),
@ -74,7 +74,7 @@ class _PrescriptionReportState extends State<PrescriptionReportPage> {
.prescriptionReportEnhList[index].itemDescription)),
)),
size: 18,
color: Colors.grey[500],
@ -240,7 +240,7 @@ class _SendFeedbackPageState extends State<SendFeedbackPage> {
flex: 1,
child: Center(
child: Icon(
size: 15,
@ -314,7 +314,7 @@ class _SendFeedbackPageState extends State<SendFeedbackPage> {
@ -99,7 +99,7 @@ class DoctorResponse extends StatelessWidget {
Icon(projectViewModel.isArabic
? Icons.arrow_forward_ios
? Icons.arrow_forward
: Icons.arrow_back_ios)
@ -169,7 +169,7 @@ class DoctorResponse extends StatelessWidget {
@ -187,7 +187,7 @@ class PrescriptionItemsPage extends StatelessWidget {
size: 16,
@ -307,7 +307,7 @@ class PrescriptionItemsPage extends StatelessWidget {
@ -133,7 +133,7 @@ class PrescriptionsHistoryPage extends StatelessWidget {
mWidth(6),
@ -330,7 +330,7 @@ class _SelectAddressWidgetState extends State<SelectAddressWidget> {
size: 20,
color: Colors.grey.shade400,
@ -537,7 +537,7 @@ class _SelectPaymentOptionWidgetState extends State<SelectPaymentOptionWidget> {
@ -60,7 +60,7 @@ class _MyVaccinesItemPageState extends State<MyVaccinesItemPage> {
child: Texts(
model.vaccinationItemList[index].dESCRIPTION)),