[Docs] Added missing CupertinoApp.showSemanticsDebugger (#139913)

Added missing reference to `CupertinoApp.showSemanticsDebugger`.

Fixes #139897
This commit is contained in:
Tirth 2023-12-12 23:09:31 +05:30 committed by GitHub
parent 64c098c3c2
commit 87b8bf646f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.