BackgroundTaskStatusBar constructor

const BackgroundTaskStatusBar({
  1. Key? key,
  2. bool tasksSelected = false,
  3. bool isViewingTeammate = false,
  4. int teammateFooterIndex = 0,
  5. bool isLeaderIdle = false,
  6. VoidCallback? onOpenDialog,
})

Implementation

const BackgroundTaskStatusBar({
  super.key,
  this.tasksSelected = false,
  this.isViewingTeammate = false,
  this.teammateFooterIndex = 0,
  this.isLeaderIdle = false,
  this.onOpenDialog,
});