ShellDetailDialog constructor
const
ShellDetailDialog({
- Key? key,
- required BackgroundTaskState shell,
- required VoidCallback onDone,
- VoidCallback? onKillShell,
- VoidCallback? onBack,
Implementation
const ShellDetailDialog({
super.key,
required this.shell,
required this.onDone,
this.onKillShell,
this.onBack,
});