|
|
|
@ -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)
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|