ShellDetailController constructor
ShellDetailController({
- required BackgroundTaskState shell,
- required VoidCallback onDone,
- VoidCallback? onKillShell,
- VoidCallback? onBack,
Implementation
ShellDetailController({
required this.shell,
required this.onDone,
this.onKillShell,
this.onBack,
});