maybeOf static method
Implementation
static ShellSlotsController? maybeOf(BuildContext context) {
final element = context.getElementForInheritedWidgetOfExactType<CLShellScope>();
return (element?.widget as CLShellScope?)?.notifier;
}
static ShellSlotsController? maybeOf(BuildContext context) {
final element = context.getElementForInheritedWidgetOfExactType<CLShellScope>();
return (element?.widget as CLShellScope?)?.notifier;
}