LazyNode<P> constructor

const LazyNode<P>(
  1. LazyComponentLoader<P> load,
  2. P props, {
  3. String? key,
})

Creates a lazy node.

Implementation

const LazyNode(this.load, this.props, {this.key});