ShellProgress constructor

const ShellProgress({
  1. Key? key,
  2. required BackgroundTaskState shell,
})

Implementation

const ShellProgress({super.key, required this.shell});