Patient Details Component Added
This commit is contained in:
parent
d9e2afd571
commit
bd00ad029d
4 changed files with 180 additions and 2 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue