Business profile and Manage patient tile name change
This commit is contained in:
@@ -363,7 +363,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
tileName: "Business Profile",
|
tileName: "Biz Profile",
|
||||||
tileIcon: Center(
|
tileIcon: Center(
|
||||||
child: FaIcon(
|
child: FaIcon(
|
||||||
FontAwesomeIcons.buildingUser,
|
FontAwesomeIcons.buildingUser,
|
||||||
@@ -407,7 +407,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
tileName: "Manage Patient",
|
tileName: "Pat Manager",
|
||||||
tileIcon: Center(
|
tileIcon: Center(
|
||||||
child: FaIcon(
|
child: FaIcon(
|
||||||
FontAwesomeIcons.bookMedical,
|
FontAwesomeIcons.bookMedical,
|
||||||
@@ -1118,8 +1118,8 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
physics: const NeverScrollableScrollPhysics(),
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
left: width / 10,
|
left: width / 13,
|
||||||
right: width / 10,
|
right: width / 13,
|
||||||
bottom: height / 15,
|
bottom: height / 15,
|
||||||
//top: 20,
|
//top: 20,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user