FullWindowDialog constructor
FullWindowDialog({})
Implementation
FullWindowDialog({
this.key,
this.title,
this.body,
this.hidePageHeader = false,
this.onAccept,
this.onCancel,
}) : super(key: key);
FullWindowDialog({
this.key,
this.title,
this.body,
this.hidePageHeader = false,
this.onAccept,
this.onCancel,
}) : super(key: key);