hide registration service

roaa_point10
Elham Rababh 4 years ago
parent 956afab2b4
commit c8fde6e869

@ -424,24 +424,24 @@ class _HomeScreenState extends State<HomeScreen> {
}, },
)); ));
changeColorIndex(); changeColorIndex();
//TODO Keep commented
patientCards.add(HomePatientCard( // patientCards.add(HomePatientCard(
gradient: backgroundColors[colorIndex], // gradient: backgroundColors[colorIndex],
backgroundIconColor: backgroundIconColors[colorIndex], // backgroundIconColor: backgroundIconColors[colorIndex],
//TODO Elham* match the of the icon // //TODO Elham* match the of the icon
cardIcon: DoctorApp.arrival_patients, // cardIcon: DoctorApp.arrival_patients,
textColor: textColors[colorIndex], // textColor: textColors[colorIndex],
text: TranslationBase.of(context).registerNewPatient, // text: TranslationBase.of(context).registerNewPatient,
onTap: () { // onTap: () {
Navigator.push( // Navigator.push(
context, // context,
FadePage( // FadePage(
page: RegisterPatientPage(), // page: RegisterPatientPage(),
), // ),
); // );
}, // },
)); // ));
changeColorIndex(); // changeColorIndex();
patientCards.add(HomePatientCard( patientCards.add(HomePatientCard(
gradient: backgroundColors[colorIndex], gradient: backgroundColors[colorIndex],

Loading…
Cancel
Save