ShellSlots constructor
const
ShellSlots({
- ShellBack? back,
- List<
ShellCrumb> breadcrumbs = const [], - List<
ShellAction> pageActions = const [], - List<
ShellContextControl> contextControls = const [], - ShellRevealControl? contextOverflow,
- Widget? selectionBar,
Implementation
const ShellSlots({
this.back,
this.breadcrumbs = const [],
this.pageActions = const [],
this.contextControls = const [],
this.contextOverflow,
this.selectionBar,
});