diff --git a/lib/src/utils/src/observer_utils.dart b/lib/src/utils/src/observer_utils.dart index ad37f83..75c8544 100644 --- a/lib/src/utils/src/observer_utils.dart +++ b/lib/src/utils/src/observer_utils.dart @@ -119,7 +119,6 @@ class ObserverUtils { required RenderBox targetChild, double toNextOverPercent = 1, }) { - if (targetChild is! RenderIndexedSemantics) return false; if (!targetChild.hasSize) return false; final parentData = targetChild.parentData; if (parentData is! SliverMultiBoxAdaptorParentData) {