ReactComponentMetadata constructor
const
ReactComponentMetadata({})
Creates metadata for a component.
Implementation
const ReactComponentMetadata({
required this.name,
this.description,
this.propsType,
this.supportsRef = false,
this.isForeign = false,
});