CLShellPageActions constructor
const
CLShellPageActions({
- Key? key,
- required List<
ShellAction> actions, - required Widget child,
- bool gateOnCurrentRoute = true,
Implementation
const CLShellPageActions({
super.key,
required this.actions,
required this.child,
this.gateOnCurrentRoute = true,
});