add home screen tile

This commit is contained in:
2025-01-14 14:47:56 +02:00
parent 8b364c032a
commit 460edea56b

View File

@@ -291,6 +291,31 @@ class _MIHHomeState extends State<MIHHome> {
s: getSec(),
));
tileList.add(MIHTile(
videoID: "",
onTap: () {
Navigator.of(context).pushNamed(
'/calculator',
//arguments: widget.signedInUser,
);
},
tileName: "Calculator",
tileIcon: Center(
child: FaIcon(
FontAwesomeIcons.calculator,
color: getSec(),
size: 200,
),
),
// Icon(
// Icons.info_outline,
// color: getSec(),
// size: 230,
// ),
p: getPrim(),
s: getSec(),
));
tileList.add(MIHTile(
videoID: "hbKhlmY_56U",
onTap: () {