KillSwitchDialog constructor
const
KillSwitchDialog({
- Key? key,
- required VoidCallback onClose,
- KillSwitchTheme? theme,
- String? title,
- String? message,
- String? buttonText,
- dynamic onFormAction()?,
- bool enableRichContent = true,
Implementation
const KillSwitchDialog({
super.key,
required this.onClose,
this.theme,
this.title,
this.message,
this.buttonText,
this.onFormAction,
this.enableRichContent = true,
});