update business tiles
This commit is contained in:
parent
93c0af5e98
commit
948cd5d847
1 changed files with 45 additions and 33 deletions
|
|
@ -126,7 +126,7 @@ class _MIHHomeState extends State<MIHHome> {
|
||||||
},
|
},
|
||||||
tileName: "Mzansi Profile",
|
tileName: "Mzansi Profile",
|
||||||
tileIcon: Padding(
|
tileIcon: Padding(
|
||||||
padding: const EdgeInsets.all(10.0),
|
padding: const EdgeInsets.all(15.0),
|
||||||
child: Image(image: logo),
|
child: Image(image: logo),
|
||||||
),
|
),
|
||||||
p: getPrim(),
|
p: getPrim(),
|
||||||
|
|
@ -162,19 +162,18 @@ class _MIHHomeState extends State<MIHHome> {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
tileName: "Appointments",
|
tileName: "Appointments",
|
||||||
tileIcon:
|
tileIcon: Center(
|
||||||
// Center(
|
child: FaIcon(
|
||||||
// child: FaIcon(
|
FontAwesomeIcons.calendarDays,
|
||||||
// FontAwesomeIcons.calendarDays,
|
|
||||||
// color: getSec(),
|
|
||||||
// size: 200,
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
Icon(
|
|
||||||
Icons.calendar_month,
|
|
||||||
color: getSec(),
|
color: getSec(),
|
||||||
size: 230,
|
size: 200,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
// Icon(
|
||||||
|
// Icons.calendar_month,
|
||||||
|
// color: getSec(),
|
||||||
|
// size: 230,
|
||||||
|
// ),
|
||||||
p: getPrim(),
|
p: getPrim(),
|
||||||
s: getSec(),
|
s: getSec(),
|
||||||
));
|
));
|
||||||
|
|
@ -209,19 +208,18 @@ class _MIHHomeState extends State<MIHHome> {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
tileName: "About MIH",
|
tileName: "About MIH",
|
||||||
tileIcon:
|
tileIcon: Center(
|
||||||
// Center(
|
child: FaIcon(
|
||||||
// child: FaIcon(
|
FontAwesomeIcons.circleInfo,
|
||||||
// FontAwesomeIcons.circleInfo,
|
|
||||||
// color: getSec(),
|
|
||||||
// size: 200,
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
Icon(
|
|
||||||
Icons.info_outline,
|
|
||||||
color: getSec(),
|
color: getSec(),
|
||||||
size: 230,
|
size: 200,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
// Icon(
|
||||||
|
// Icons.info_outline,
|
||||||
|
// color: getSec(),
|
||||||
|
// size: 230,
|
||||||
|
// ),
|
||||||
p: getPrim(),
|
p: getPrim(),
|
||||||
s: getSec(),
|
s: getSec(),
|
||||||
));
|
));
|
||||||
|
|
@ -240,11 +238,18 @@ class _MIHHomeState extends State<MIHHome> {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
tileName: "Business Profile",
|
tileName: "Business Profile",
|
||||||
tileIcon: Icon(
|
tileIcon: Center(
|
||||||
Icons.business,
|
child: FaIcon(
|
||||||
|
FontAwesomeIcons.buildingUser,
|
||||||
color: getSec(),
|
color: getSec(),
|
||||||
size: 230,
|
size: 165,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
// Icon(
|
||||||
|
// Icons.business,
|
||||||
|
// color: getSec(),
|
||||||
|
// size: 230,
|
||||||
|
// ),
|
||||||
p: getPrim(),
|
p: getPrim(),
|
||||||
s: getSec(),
|
s: getSec(),
|
||||||
));
|
));
|
||||||
|
|
@ -276,11 +281,18 @@ class _MIHHomeState extends State<MIHHome> {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
tileName: "Manage Patient",
|
tileName: "Manage Patient",
|
||||||
tileIcon: Icon(
|
tileIcon: Center(
|
||||||
Icons.medication,
|
child: FaIcon(
|
||||||
|
FontAwesomeIcons.bookMedical,
|
||||||
color: getSec(),
|
color: getSec(),
|
||||||
size: 230,
|
size: 200,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
// Icon(
|
||||||
|
// Icons.medication,
|
||||||
|
// color: getSec(),
|
||||||
|
// size: 230,
|
||||||
|
// ),
|
||||||
p: getPrim(),
|
p: getPrim(),
|
||||||
s: getSec(),
|
s: getSec(),
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue