small design fix in medical file

merge-requests/412/head
hussam al-habibeh 5 years ago
parent 5342d26c86
commit 3baf4e2d55

@ -565,23 +565,20 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
SizedBox( SizedBox(
height: 15.0, height: 15.0,
), ),
Expanded( AppText(
child: AppText(
model model
.medicalFileList[ .medicalFileList[
0] 0]
.entityList[0] .entityList[0]
.timelines[ .timelines[
encounterNumber] encounterNumber]
.timeLineEvents[ .timeLineEvents[0]
0]
.consulations[0] .consulations[0]
.lstAssessments[ .lstAssessments[
index] index]
.remarks .remarks
.trim(), .trim(),
), ),
),
Divider( Divider(
height: 1, height: 1,
color: Colors.grey, color: Colors.grey,

Loading…
Cancel
Save