From 87b8bf646ff5ae0302fcd8737be5e57f0a343309 Mon Sep 17 00:00:00 2001 From: Tirth Date: Tue, 12 Dec 2023 23:09:31 +0530 Subject: [PATCH] [Docs] Added missing `CupertinoApp.showSemanticsDebugger` (#139913) Added missing reference to `CupertinoApp.showSemanticsDebugger`. Fixes #139897 --- packages/flutter/lib/src/widgets/basic.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/widgets/basic.dart b/packages/flutter/lib/src/widgets/basic.dart index f07c8af9040..e881d99db0c 100644 --- a/packages/flutter/lib/src/widgets/basic.dart +++ b/packages/flutter/lib/src/widgets/basic.dart @@ -7076,8 +7076,8 @@ class MetaData extends SingleChildRenderObjectWidget { /// * [SemanticsNode], the object used by the rendering library to represent /// semantics in the semantics tree. /// * [SemanticsDebugger], an overlay to help visualize the semantics tree. Can -/// be enabled using [WidgetsApp.showSemanticsDebugger] or -/// [MaterialApp.showSemanticsDebugger]. +/// be enabled using [WidgetsApp.showSemanticsDebugger], +/// [MaterialApp.showSemanticsDebugger], or [CupertinoApp.showSemanticsDebugger]. @immutable class Semantics extends SingleChildRenderObjectWidget { /// Creates a semantic annotation.