mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Docs] Added missing CupertinoApp.showSemanticsDebugger (#139913)
Added missing reference to `CupertinoApp.showSemanticsDebugger`. Fixes #139897
This commit is contained in:
parent
64c098c3c2
commit
87b8bf646f
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user