Merge branch 'fix-issues' into 'development'

small design fix in medical file

See merge request Cloud_Solution/doctor_app_flutter!412
merge-requests/413/head
Mohammad Aljammal 4 years ago
commit 0d1b8d5208

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

Loading…
Cancel
Save