NiceBottomSheet constructor
const
NiceBottomSheet({})
Implementation
const NiceBottomSheet({
super.key,
required this.child,
this.title,
this.actions,
this.showDragHandle = true,
this.maxHeightFactor = 0.9,
this.contentPadding,
});