diff --git a/lib/widgets/themes/Cupertino/index.dart b/lib/widgets/themes/Cupertino/index.dart index 1e4281dc..f2494a44 100644 --- a/lib/widgets/themes/Cupertino/index.dart +++ b/lib/widgets/themes/Cupertino/index.dart @@ -25,4 +25,9 @@ List widgetPoints = [ routerName: CupertinoSliverNavigationBar.Demo.routeName, buildRouter: (BuildContext context) => CupertinoSliverNavigationBar.Demo(), ), + WidgetPoint( + name: 'CupertinoSliverRefreshControl', + routerName: CupertinoSliverNavigationBar.Demo.routeName, + buildRouter: (BuildContext context) => CupertinoSliverNavigationBar.Demo(), + ), ];