ShellDetailController constructor

ShellDetailController({
  1. required BackgroundTaskState shell,
  2. required VoidCallback onDone,
  3. VoidCallback? onKillShell,
  4. VoidCallback? onBack,
})

Implementation

ShellDetailController({
  required this.shell,
  required this.onDone,
  this.onKillShell,
  this.onBack,
});