BottomSheetConfig constructor
const
BottomSheetConfig({})
Implementation
const BottomSheetConfig({
this.initialChildSize = 0.9,
this.isDismissible = false,
this.enableDrag = false,
this.backgroundColor = Colors.transparent,
});