CBottomSheetController<T> constructor
CBottomSheetController<T> ({
- required ObservableValue<
CFeedBackControl< observable,T> > - required WidgetByDataBuilder<
T> builder, - bool dismissible = true,
- Color? barrierColor,
- bool useSafeArea = true,
- RouteSettings? routeSettings,
- Color? backgroundColor,
- double? elevation,
- bool enableDrag = true,
- bool isScrollControlled = false,
- ShapeBorder? shape,
- Clip? clipBehavior,
Implementation
CBottomSheetController({
required this.observable,
required this.builder,
this.dismissible = true,
this.barrierColor,
this.useSafeArea = true,
this.useRootNavigator = true,
this.routeSettings,
this.backgroundColor,
this.elevation,
this.enableDrag = true,
this.isScrollControlled = false,
this.shape,
this.clipBehavior,
});