ShellSlots constructor

const ShellSlots({
  1. ShellBack? back,
  2. List<ShellCrumb> breadcrumbs = const [],
  3. List<ShellAction> pageActions = const [],
  4. List<ShellContextControl> contextControls = const [],
  5. ShellRevealControl? contextOverflow,
  6. Widget? selectionBar,
})

Implementation

const ShellSlots({
  this.back,
  this.breadcrumbs = const [],
  this.pageActions = const [],
  this.contextControls = const [],
  this.contextOverflow,
  this.selectionBar,
});