FormeBottomSheetConfiguration constructor
FormeBottomSheetConfiguration({
- Color? backgroundColor,
- double? elevation,
- ShapeBorder? shape,
- Clip? clipBehavior,
- BoxConstraints? constraints,
- Color? barrierColor,
- AnimationController? transitionAnimationController,
- bool isDismissible = true,
- bool isScrollControlled = false,
Implementation
FormeBottomSheetConfiguration({
this.backgroundColor,
this.elevation,
this.shape,
this.clipBehavior,
this.constraints,
this.barrierColor,
this.transitionAnimationController,
this.isDismissible = true,
this.isScrollControlled = false,
this.useRootNavigator = false,
});