mxBottomSheet method
Implementation
PersistentBottomSheetController mxBottomSheet(WidgetBuilder wb) {
return showBottomSheet(context: this!, builder: wb, enableDrag: false);
}
PersistentBottomSheetController mxBottomSheet(WidgetBuilder wb) {
return showBottomSheet(context: this!, builder: wb, enableDrag: false);
}