componentFactory property
ComponentFactory<Object> ?
get
componentFactory
Implementation
ComponentFactory? get componentFactory =>
_factoryRenderer != null ? _factoryRenderer!(value) : null;
ComponentFactory? get componentFactory =>
_factoryRenderer != null ? _factoryRenderer!(value) : null;