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(), p: getPrim(),
s: getSec(), s: getSec(),
)); ));
// tileList.add(MIHTile( tileList.add(MIHTile(
// onTap: () { onTap: () {
// Navigator.of(context).pushNamed( Navigator.of(context).pushNamed(
// '/appointments', '/appointments',
// arguments: widget.signedInUser, arguments: widget.signedInUser,
// ); );
// }, },
// tileName: "Appointments", tileName: "Appointments",
// tileIcon: Icon( tileIcon: Icon(
// Icons.calendar_month, Icons.calendar_month,
// color: getSec(), color: getSec(),
// size: 200, size: 200,
// ), ),
// p: getPrim(), p: getPrim(),
// s: getSec(), s: getSec(),
// )); ));
tileList.add(MIHTile( tileList.add(MIHTile(
onTap: () { onTap: () {
Navigator.of(context).pushNamed( Navigator.of(context).pushNamed(