DialogTitle constructor
- Key? key,
- VoidCallback? onClosePressed,
- required Widget child,
- bool isPageDismissible = true,
Implementation
const DialogTitle({
super.key,
this.onClosePressed,
required this.child,
this.isPageDismissible = true,
});
const DialogTitle({
super.key,
this.onClosePressed,
required this.child,
this.isPageDismissible = true,
});