Merge branch 'search_out_patient' into 'development'

Search out patient

See merge request Cloud_Solution/doctor_app_flutter!611
merge-requests/612/merge
Mohammad Aljammal 5 years ago
commit 17a2125724

File diff suppressed because it is too large Load Diff

@ -39,7 +39,7 @@ class PatientProfileHeaderNewDesignAppBar extends StatelessWidget
decoration: BoxDecoration(
color: Colors.white,
),
height: height == 0 ? isInpatient? 220:200 : height,
height: height == 0 ? isInpatient? 210:200 : height,
child: Container(
padding: EdgeInsets.only(left: 10, right: 10, bottom: 10),
margin: EdgeInsets.only(top: 50),

Loading…
Cancel
Save