isInCapturedViewForTesting static method
Exposes the per-node view-scoping test used to filter registry entries.
Implementation
@visibleForTesting
static bool isInCapturedViewForTesting(
RenderObject node, {
required Set<RenderObject> capturedViews,
}) =>
_isInCapturedView(node, capturedViews);