BottomSheetRouteOptions constructor

BottomSheetRouteOptions({
  1. InheritedTheme? capturedThemes,
  2. Color? backgroundColor,
  3. bool? useSafeArea,
  4. bool? useRootNavigator,
  5. bool? enableDrag,
  6. double? elevation,
  7. ShapeBorder? shape,
  8. bool? showDragHandle,
  9. Offset? anchorPoint,
  10. Color? barrierColor,
  11. String? barrierLabel,
  12. BoxConstraints? constraints,
  13. bool? isDismissible,
  14. Clip? clipBehavior,
  15. bool? isScrollControlled,
  16. TraversalEdgeBehavior? traversalEdgeBehavior,
  17. AnimationController? transitionAnimationController,
  18. double? scrollControlDisabledMaxHeightRatio,
})

Implementation

BottomSheetRouteOptions({
  this.capturedThemes,
  this.backgroundColor,
  this.useSafeArea,
  this.useRootNavigator,
  this.enableDrag,
  this.elevation,
  this.shape,
  this.showDragHandle,
  this.anchorPoint,
  this.barrierColor,
  this.barrierLabel,
  this.constraints,
  this.isDismissible,
  this.clipBehavior,
  this.isScrollControlled,
  this.traversalEdgeBehavior,
  this.transitionAnimationController,
  this.scrollControlDisabledMaxHeightRatio,
});