Replaced {@tool snippet} with {@tool dartpad} in CupertinoTabController (#151272)

This PR update replace the `{@tool snippet} ` with `{@tool dartpad}` in CupertinoTabController

fixes: #151194
This commit is contained in:
RamonFarizel 2024-07-11 16:23:20 -03:00 committed by GitHub
parent d55a5f96c1
commit ceced3984f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ import 'theme.dart';
/// [CupertinoTabController] controls, as well as the currently selected tab item of /// [CupertinoTabController] controls, as well as the currently selected tab item of
/// its [CupertinoTabBar]. /// its [CupertinoTabBar].
/// ///
/// {@tool snippet} /// {@tool dartpad}
/// This samples shows how [CupertinoTabController] can be used to switch tabs in /// This samples shows how [CupertinoTabController] can be used to switch tabs in
/// [CupertinoTabScaffold]. /// [CupertinoTabScaffold].
/// ///