add padding
This commit is contained in:
@@ -26,10 +26,13 @@ class _PatientProfileTileState extends State<PatientProfileTile> {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
appName: "Patient Profile",
|
appName: "Patient Profile",
|
||||||
appIcon: FaIcon(
|
appIcon: Padding(
|
||||||
FontAwesomeIcons.circleInfo,
|
padding: const EdgeInsets.all(20.0),
|
||||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
child: FaIcon(
|
||||||
size: 200,
|
FontAwesomeIcons.bookMedical,
|
||||||
|
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||||
|
size: 200,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
iconSize: 200,
|
iconSize: 200,
|
||||||
primaryColor: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
primaryColor: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
|
|||||||
Reference in New Issue
Block a user