diff --git a/packages/flutter/lib/src/widgets/basic.dart b/packages/flutter/lib/src/widgets/basic.dart index f07c8af9040..e881d99db0c 100644 --- a/packages/flutter/lib/src/widgets/basic.dart +++ b/packages/flutter/lib/src/widgets/basic.dart @@ -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.