doctor filter icon removed from the doctor listing from clininc

pull/66/head
tahaalam 4 weeks ago
parent 6ef9ae813d
commit a4a32cca44

@ -105,25 +105,6 @@ class _SelectDoctorPageState extends State<SelectDoctorPage> {
),
),
),
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(

Loading…
Cancel
Save