add padding
This commit is contained in:
parent
eae8777ca6
commit
209f4361a4
1 changed files with 7 additions and 4 deletions
|
|
@ -26,10 +26,13 @@ class _PatientProfileTileState extends State<PatientProfileTile> {
|
|||
);
|
||||
},
|
||||
appName: "Patient Profile",
|
||||
appIcon: FaIcon(
|
||||
FontAwesomeIcons.circleInfo,
|
||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
size: 200,
|
||||
appIcon: Padding(
|
||||
padding: const EdgeInsets.all(20.0),
|
||||
child: FaIcon(
|
||||
FontAwesomeIcons.bookMedical,
|
||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
size: 200,
|
||||
),
|
||||
),
|
||||
iconSize: 200,
|
||||
primaryColor: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue