[Docs] Added missing CupertinoApp.showSemanticsDebugger (#139913)
Added missing reference to `CupertinoApp.showSemanticsDebugger`. Fixes #139897
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user