enable appointment tile
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user