[Cupertino] Fix incorrect scaffold docs (#164068)

This commit is contained in:
Loïc Sharma
2025-03-12 16:30:17 -07:00
committed by GitHub
parent 9af4d746df
commit 2a866a5757

View File

@@ -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.
///