LazyNode<P> constructor
const
LazyNode<P> (
- LazyComponentLoader<
P> load, - P props, {
- String? key,
Creates a lazy node.
Implementation
const LazyNode(this.load, this.props, {this.key});