From a4a32cca447a325e6ae5c954cf33086df135b1c7 Mon Sep 17 00:00:00 2001 From: tahaalam Date: Thu, 2 Oct 2025 16:31:50 +0300 Subject: [PATCH] doctor filter icon removed from the doctor listing from clininc --- .../book_appointment/select_doctor_page.dart | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/lib/presentation/book_appointment/select_doctor_page.dart b/lib/presentation/book_appointment/select_doctor_page.dart index ec17c61..5975631 100644 --- a/lib/presentation/book_appointment/select_doctor_page.dart +++ b/lib/presentation/book_appointment/select_doctor_page.dart @@ -105,25 +105,6 @@ class _SelectDoctorPageState extends State { ), ), ), - SizedBox( - height: 56.h, - width: 56.h, - child: DecoratedBox( - decoration: - RoundedRectangleBorder().toSmoothCornerDecoration( - color: AppColors.whiteColor, - borderRadius: 10.h, - hasShadow: false, - ), - child: Utils.buildSvgWithAssets( - icon: AppAssets.ic_filters, - height: 24.h, - width: 24.h, - ).paddingAll(16.h).onPress((){ - - }), - ), - ) ], ), ListView.separated(