CupertinoBottomSheetRouteArgs constructor
const
CupertinoBottomSheetRouteArgs({
- bool maintainState = false,
- SwipeSettings swipeSettings = const SwipeSettings(),
- Color shadeColor = Colors.black,
- Color? scaffoldBackgroundColor,
- bool resizeToAvoidBottomInset = true,
- String? barrierLabel,
- Widget? keyboardActionPanelContent,
- PreferredSizeWidget? appBar,
Implementation
const CupertinoBottomSheetRouteArgs({
this.maintainState = false,
this.swipeSettings = const SwipeSettings(),
this.shadeColor = Colors.black,
this.scaffoldBackgroundColor,
this.resizeToAvoidBottomInset = true,
this.barrierLabel,
this.keyboardActionPanelContent,
this.appBar,
});