flutter_cupernino_bottom_sheet library

Classes

CupertinoBottomSheetAppBar
CupertinoBottomSheetRepaintBoundary
Wrap your MaterialApp with this widget like this Widget build(BuildContext context) { return CupertinoBottomSheetRepaintBoundary( child: MaterialApp( title: 'Flutter Cupertino Bottom Sheet', theme: ThemeData( primarySwatch: Colors.red, ), home: const TestPage(), ), ); }
CupertinoBottomSheetRoute
CupertinoBottomSheetRouteArgs
SwipeSettings

Properties

cupertinoBottomSheetNavigatorKey GlobalKey<NavigatorState>
can be used to simplify bottom sheet opening without the need for context
final

Typedefs

ChildBuilder = Widget Function(BuildContext context)