Skip to content

Commit

Permalink
[Docs] Added missing CupertinoApp.showSemanticsDebugger (flutter#13…
Browse files Browse the repository at this point in the history
…9913)

Added missing reference to `CupertinoApp.showSemanticsDebugger`.

Fixes flutter#139897
  • Loading branch information
piedcipher committed Dec 12, 2023
1 parent 64c098c commit 87b8bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/flutter/lib/src/widgets/basic.dart
Expand Up @@ -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.
Expand Down

0 comments on commit 87b8bf6

Please sign in to comment.