BottomDialogWrapper<T extends Object> constructor
BottomDialogWrapper<T extends Object> ({})
Implementation
BottomDialogWrapper({
this.child,
this.barrierColor = const Color(0x55000000),
this.duration = 300,
this.exitCallBack,
this.buildChild,
this.transformHeight = 200,
this.enableDrag = true,
this.dragScrollDep = 0,
}) : assert(child != null || buildChild != null);