Minor doc fix forCupertinoTabBar (#91829)

This commit is contained in:
Taha Tesser 2021-10-14 23:03:07 +03:00 committed by GitHub
parent 06b5f98b30
commit 06e75e94e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ const Color _kDefaultTabBarInactiveColor = CupertinoColors.inactiveGray;
/// [MediaQuery.textScaleFactorOf] against [CupertinoApp]'s [BuildContext].
///
/// {@tool dartpad}
/// This example shows a [CupertinoTabBar] placed in a [CupertinoPageScaffold].
/// This example shows a [CupertinoTabBar] placed in a [CupertinoTabScaffold].
///
/// ** See code in examples/api/lib/cupertino/bottom_tab_bar/bottom_tab_bar.0.dart **
/// {@end-tool}