home tile press and hold color change
This commit is contained in:
parent
a38ec882d9
commit
abca9daf4c
3 changed files with 60 additions and 18 deletions
|
|
@ -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(),
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue