ZenRoute constructor
const
ZenRoute({})
Implementation
const ZenRoute({
super.key,
required this.moduleBuilder,
required this.page,
this.scopeName,
this.onError,
this.loadingWidget,
this.parentScope,
});