BaseDialog constructor
BaseDialog({
- bool cancelable = true,
- bool canceledOnTouchOutside = true,
- Alignment alignment = Alignment.center,
- VoidCallback? onDismissListener,
- VoidCallback? onTouchOutsideClosed,
Implementation
BaseDialog({
this.cancelable = true,
this.canceledOnTouchOutside = true,
this.alignment = Alignment.center,
this.onDismissListener,
this.onTouchOutsideClosed,
});