home tile press and hold color change

This commit is contained in:
2024-11-13 12:48:28 +02:00
parent a38ec882d9
commit abca9daf4c
3 changed files with 60 additions and 18 deletions

View File

@@ -124,7 +124,10 @@ class _MIHHomeState extends State<MIHHome> {
);
},
tileName: "Mzansi Profile",
tileIcon: Image(image: logo),
tileIcon: Padding(
padding: const EdgeInsets.all(25.0),
child: Image(image: logo),
),
p: getPrim(),
s: getSec(),
));