LazyComponent<P> constructor

const LazyComponent<P>(
  1. LazyComponentLoader<P> load
)

Creates a lazy component.

Implementation

const LazyComponent(this.load);