chevron icon to arrow forward

merge-update-with-lab-changes
Sikander Saleem 5 years ago
parent 3a40eb92be
commit b4031e973e

@ -264,7 +264,7 @@ class _SearchForReferralsPageState extends State<SearchForReferralsPage> {
? Icons ? Icons
.arrow_back_ios_outlined .arrow_back_ios_outlined
: Icons : Icons
.arrow_forward_ios_outlined), .arrow_forward_outlined),
], ],
), ),
), ),

@ -92,7 +92,7 @@ class _HospitalsLiveChatPageState extends State<HospitalsLiveChatPage> {
), ),
), ),
Icon( Icon(
Icons.arrow_forward_ios, Icons.arrow_forward,
color: tappedIndex == index ? Colors.white : Colors.black, color: tappedIndex == index ? Colors.white : Colors.black,
), ),
], ],

@ -167,7 +167,7 @@ class _SchedulePageState extends State<SchedulePage> {
? Icons ? Icons
.arrow_back_ios_outlined .arrow_back_ios_outlined
: Icons : Icons
.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)), .prescriptionReportEnhList[index].itemDescription)),
)), )),
Icon( Icon(
Icons.arrow_forward_ios, Icons.arrow_forward,
size: 18, size: 18,
color: Colors.grey[500], color: Colors.grey[500],
) )

@ -240,7 +240,7 @@ class _SendFeedbackPageState extends State<SendFeedbackPage> {
flex: 1, flex: 1,
child: Center( child: Center(
child: Icon( child: Icon(
Icons.arrow_forward_ios, Icons.arrow_forward,
size: 15, size: 15,
), ),
), ),
@ -314,7 +314,7 @@ class _SendFeedbackPageState extends State<SendFeedbackPage> {
flex: 1, flex: 1,
child: Center( child: Center(
child: Icon( child: Icon(
Icons.arrow_forward_ios, Icons.arrow_forward,
size: 15, size: 15,
), ),
), ),

@ -99,7 +99,7 @@ class DoctorResponse extends StatelessWidget {
), ),
), ),
Icon(projectViewModel.isArabic Icon(projectViewModel.isArabic
? Icons.arrow_forward_ios ? Icons.arrow_forward
: Icons.arrow_back_ios) : Icons.arrow_back_ios)
], ],
), ),
@ -169,7 +169,7 @@ class DoctorResponse extends StatelessWidget {
), ),
), ),
Icon(projectViewModel.isArabic Icon(projectViewModel.isArabic
? Icons.arrow_forward_ios ? Icons.arrow_forward
: Icons.arrow_back_ios) : Icons.arrow_back_ios)
], ],
), ),

@ -187,7 +187,7 @@ class PrescriptionItemsPage extends StatelessWidget {
), ),
), ),
Icon( Icon(
Icons.arrow_forward_ios, Icons.arrow_forward,
size: 16, size: 16,
), ),
], ],
@ -307,7 +307,7 @@ class PrescriptionItemsPage extends StatelessWidget {
), ),
), ),
Icon( Icon(
Icons.arrow_forward_ios, Icons.arrow_forward,
size: 16, size: 16,
), ),
], ],

@ -133,7 +133,7 @@ class PrescriptionsHistoryPage extends StatelessWidget {
), ),
), ),
Icon( Icon(
Icons.arrow_forward_ios, Icons.arrow_forward,
size: 16, size: 16,
), ),
mWidth(6), mWidth(6),

@ -330,7 +330,7 @@ class _SelectAddressWidgetState extends State<SelectAddressWidget> {
), ),
), ),
Icon( Icon(
Icons.arrow_forward_ios, Icons.arrow_forward,
size: 20, size: 20,
color: Colors.grey.shade400, color: Colors.grey.shade400,
), ),
@ -537,7 +537,7 @@ class _SelectPaymentOptionWidgetState extends State<SelectPaymentOptionWidget> {
), ),
), ),
Icon( Icon(
Icons.arrow_forward_ios, Icons.arrow_forward,
size: 20, size: 20,
color: Colors.grey.shade400, color: Colors.grey.shade400,
), ),

@ -60,7 +60,7 @@ class _MyVaccinesItemPageState extends State<MyVaccinesItemPage> {
child: Texts( child: Texts(
model.vaccinationItemList[index].dESCRIPTION)), model.vaccinationItemList[index].dESCRIPTION)),
Icon(projectViewModel.isArabic Icon(projectViewModel.isArabic
? Icons.arrow_forward_ios ? Icons.arrow_forward
: Icons.arrow_back_ios) : Icons.arrow_back_ios)
], ],
), ),

Loading…
Cancel
Save