fix height issue

merge-requests/617/head
Elham Rababah 5 years ago
parent 8e9687c2ed
commit 7c2889c5d2

@ -102,11 +102,14 @@ class _PatientProfileScreenState extends State<PatientProfileScreen>
height: (patient.patientStatusType != null &&
patient.patientStatusType == 43)
? 210
: 0,
: isDischargedPatient?240:0,
),
Container(
height: !isSearchAndOut ? MediaQuery
height: !isSearchAndOut ? isDischargedPatient?MediaQuery
.of(context)
.size
.height * 0.64 : MediaQuery
.of(context)
.size
.height * 0.65 : MediaQuery

Loading…
Cancel
Save