hot Fixes

merge-requests/508/head
hussam al-habibeh 4 years ago
parent 72387e0d42
commit 1bce2ad979

@ -1095,7 +1095,24 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
), ),
), ),
) )
: Text("There's no medical file for this patient") : Center(
child: Column(
crossAxisAlignment: CrossAxisAlignment.center,
children: [
SizedBox(
height: 100,
),
Image.asset('assets/images/no-data.png'),
Padding(
padding: const EdgeInsets.all(8.0),
child: Texts('No Data For This Visit '),
),
SizedBox(
height: 100,
),
],
),
)
], ],
), ),
), ),

Loading…
Cancel
Save