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(