ZegoDraggableBottomSheet constructor
const
ZegoDraggableBottomSheet({})
Implementation
const ZegoDraggableBottomSheet({
Key? key,
this.alignment = Alignment.bottomLeft,
this.backgroundWidget,
this.blurBackground = true,
this.expandedChild,
this.expansionExtent = 10,
this.maxExtent = double.infinity,
this.minExtent = 10,
this.previewChild,
this.scrollDirection = Axis.vertical,
}) : super(key: key);