Merge branch 'search_text_fields' into 'development'

Search text fields

See merge request Cloud_Solution/doctor_app_flutter!844
merge-requests/845/merge
Mohammad Aljammal 4 years ago
commit 640dc239b0

@ -59,9 +59,7 @@ class _DischargedPatientState extends State<DischargedPatient> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Container(
height: MediaQuery.of(context).size.height * 0.070,
),
SizedBox(
height: 12,
),
@ -70,7 +68,7 @@ class _DischargedPatientState extends State<DischargedPatient> {
onChangeFun: (value) {
model.searchData(value);
},
marginTop: 5,
marginTop: 0,
suffixIcon: IconButton(
icon: Icon(
DoctorApp.filter_1,

Loading…
Cancel
Save