BaseDialog constructor
Creates and shows a modal dialog with a closeCallback
invoked when the
dialogs close. The callback may be null.
Implementation
BaseDialog(this.closeCallback) {
isModal = true;
createShowDia();
}
Creates and shows a modal dialog with a closeCallback
invoked when the
dialogs close. The callback may be null.
BaseDialog(this.closeCallback) {
isModal = true;
createShowDia();
}