enable appointment tile

This commit is contained in:
2024-11-07 11:43:20 +02:00
parent 3188a15288
commit 5d287b7eff

View File

@@ -140,22 +140,22 @@ class _MIHHomeState extends State<MIHHome> {
p: getPrim(),
s: getSec(),
));
// tileList.add(MIHTile(
// onTap: () {
// Navigator.of(context).pushNamed(
// '/appointments',
// arguments: widget.signedInUser,
// );
// },
// tileName: "Appointments",
// tileIcon: Icon(
// Icons.calendar_month,
// color: getSec(),
// size: 200,
// ),
// p: getPrim(),
// s: getSec(),
// ));
tileList.add(MIHTile(
onTap: () {
Navigator.of(context).pushNamed(
'/appointments',
arguments: widget.signedInUser,
);
},
tileName: "Appointments",
tileIcon: Icon(
Icons.calendar_month,
color: getSec(),
size: 200,
),
p: getPrim(),
s: getSec(),
));
tileList.add(MIHTile(
onTap: () {
Navigator.of(context).pushNamed(