BottomSheetViewPlus constructor
const
BottomSheetViewPlus({
- Key? key,
- required AnimationController animationController,
- required WidgetBuilder builder,
- bool enableDrag = true,
- VoidCallback? onClosing,
- VoidCallback? onDismissed,
- bool isPersistent = false,
- Color? backgroundColor,
- double? elevation,
- ShapeBorder? shape,
- Clip? clipBehavior,
- BoxConstraints? constraints,
- bool? isDragMode,
- bool? enableHalf,
- VoidCallback? onDispose,
- double? offsetThreshold,
- ValueChanged<
BottomSheetBehavior> ? onBehaviorChanged,
Implementation
const BottomSheetViewPlus({
super.key,
required this.animationController,
required this.builder,
this.enableDrag = true,
this.onClosing,
this.onDismissed,
this.isPersistent = false,
this.backgroundColor,
this.elevation,
this.shape,
this.clipBehavior,
this.constraints,
this.isDragMode,
this.enableHalf,
this.onDispose,
this.offsetThreshold,
this.onBehaviorChanged,
});