CupertinoBottomSheetRouteArgs constructor

const CupertinoBottomSheetRouteArgs({
  1. bool maintainState = false,
  2. SwipeSettings swipeSettings = const SwipeSettings(),
  3. Color shadeColor = Colors.black,
  4. Color? scaffoldBackgroundColor,
  5. bool resizeToAvoidBottomInset = true,
  6. String? barrierLabel,
  7. Widget? keyboardActionPanelContent,
  8. 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,
});