diff --git a/packages/flutter/lib/src/cupertino/page_scaffold.dart b/packages/flutter/lib/src/cupertino/page_scaffold.dart index d909b24660..781847c37c 100644 --- a/packages/flutter/lib/src/cupertino/page_scaffold.dart +++ b/packages/flutter/lib/src/cupertino/page_scaffold.dart @@ -26,7 +26,7 @@ import 'theme.dart'; /// a [ScrollView] to the enclosing [PrimaryScrollController]. /// /// {@tool dartpad} -/// This example shows a [CupertinoPageScaffold] with a [ListView] as a [child]. +/// This example shows a [CupertinoPageScaffold] with a [Center] as a [child]. /// The [CupertinoButton] is connected to a callback that increments a counter. /// The [backgroundColor] can be changed. ///