CLShellScope constructor
const
CLShellScope({
- Key? key,
- required ShellSlotsController controller,
- required Widget child,
Implementation
const CLShellScope({
super.key,
required ShellSlotsController controller,
required super.child,
}) : super(notifier: controller);