Patient Details Component Added

This commit is contained in:
2024-04-13 12:39:17 +02:00
parent d9e2afd571
commit bd00ad029d
4 changed files with 180 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ class HomeTile extends StatelessWidget {
return GestureDetector(
onTap: onTap,
child: Card(
color: Colors.white,
elevation: 20,
child: Column(
//mainAxisSize: MainAxisSize.min,
children: [