KillSwitchWrapper constructor
const
KillSwitchWrapper({})
Creates a kill switch wrapper.
The child
parameter is required and represents the widget to display
when the kill switch is not active.
Implementation
const KillSwitchWrapper({
super.key,
required this.child,
this.theme,
this.title,
this.message,
this.buttonText,
this.onFormAction,
this.enableRichContent = true,
});