FlutterKillSwitch constructor
const
FlutterKillSwitch({})
Creates a kill switch admin interface.
This widget should typically be used in admin or settings screens where authorized users can control the kill switch functionality.
Implementation
const FlutterKillSwitch({
super.key,
this.theme,
this.confirmationTitle,
this.confirmationMessage,
this.confirmButtonText,
this.cancelButtonText,
});