Unverified Commit 87b8bf64 authored by Tirth's avatar Tirth Committed by GitHub

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

Added missing reference to `CupertinoApp.showSemanticsDebugger`.

Fixes #139897
parent 64c098c3
...@@ -7076,8 +7076,8 @@ class MetaData extends SingleChildRenderObjectWidget { ...@@ -7076,8 +7076,8 @@ class MetaData extends SingleChildRenderObjectWidget {
/// * [SemanticsNode], the object used by the rendering library to represent /// * [SemanticsNode], the object used by the rendering library to represent
/// semantics in the semantics tree. /// semantics in the semantics tree.
/// * [SemanticsDebugger], an overlay to help visualize the semantics tree. Can /// * [SemanticsDebugger], an overlay to help visualize the semantics tree. Can
/// be enabled using [WidgetsApp.showSemanticsDebugger] or /// be enabled using [WidgetsApp.showSemanticsDebugger],
/// [MaterialApp.showSemanticsDebugger]. /// [MaterialApp.showSemanticsDebugger], or [CupertinoApp.showSemanticsDebugger].
@immutable @immutable
class Semantics extends SingleChildRenderObjectWidget { class Semantics extends SingleChildRenderObjectWidget {
/// Creates a semantic annotation. /// Creates a semantic annotation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment