FormeBottomSheetConfiguration constructor

FormeBottomSheetConfiguration({
  1. Color? backgroundColor,
  2. double? elevation,
  3. ShapeBorder? shape,
  4. Clip? clipBehavior,
  5. BoxConstraints? constraints,
  6. Color? barrierColor,
  7. AnimationController? transitionAnimationController,
  8. bool isDismissible = true,
  9. bool isScrollControlled = false,
  10. bool useRootNavigator = 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,
});