remove margin top form DischargedPatient

merge-requests/844/head
Elham Rababh 5 years ago
parent 0ab0570bc6
commit 71463dc459

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

Loading…
Cancel
Save