componentFactory property

ReactComponentFactoryProxy? componentFactory
getter/setter pair

The react-dart factory associated with this props class's component, used to create a ReactElement with these props within build/call.

This will only be null for props that can't be invoked, such as props map views, or props for abstract components.

Implementation

ReactComponentFactoryProxy? componentFactory;