diff --git a/lib/src/showcase.dart b/lib/src/showcase.dart index cab1017d..88c98099 100644 --- a/lib/src/showcase.dart +++ b/lib/src/showcase.dart @@ -656,7 +656,7 @@ class _TargetWidget extends StatelessWidget { top: offset.dy, left: offset.dx, child: disableDefaultChildGestures - ? AbsorbPointer( + ? IgnorePointer( child: targetWidgetContent(), ) : targetWidgetContent(),