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