CustomBottomSheet constructor
const
CustomBottomSheet({})
Implementation
const CustomBottomSheet({
super.key,
this.title,
required this.child,
this.showDragHandle = true,
this.showCloseButton = false,
});
const CustomBottomSheet({
super.key,
this.title,
required this.child,
this.showDragHandle = true,
this.showCloseButton = false,
});