ReactComponentFactory<P> constructor

const ReactComponentFactory<P>({
  1. required ComponentId id,
  2. ReactComponentMetadata? metadata,
})

Creates a factory for the registered component identified by id.

Implementation

const ReactComponentFactory({required this.id, this.metadata});