ZenControllerScope<T extends ZenController> constructor
const
ZenControllerScope<T extends ZenController> ({})
Implementation
const ZenControllerScope({
required this.create,
required this.child,
this.tag,
this.permanent = false,
this.scope,
this.dependencies = const [],
super.key,
});