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 5 years ago
commit 0d1b8d5208

@ -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