componentFactory property

ComponentFactory<Object>? get componentFactory

Implementation

ComponentFactory? get componentFactory =>
    factoryRenderer != null ? factoryRenderer!(value) : null;