LAsyncRouteScope constructor
const
LAsyncRouteScope({
- Key? key,
- required LAsyncScopeDependencyFactory dependencyFactory,
- required Widget child,
- String? name,
- Widget loading(
- BuildContext context
- Widget error(
- BuildContext context,
- Object error
- List<
Object?> ? args,
Implementation
const LAsyncRouteScope({
super.key,
required this.dependencyFactory,
required this.child,
this.name,
this.loading,
this.error,
this.args,
});