add Mzansi Wallet Tile on personal home

This commit is contained in:
2024-11-22 11:56:40 +02:00
parent 4787478df0
commit 93f612dec0

View File

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