FactoryRenderer<T extends RendersValue, I> typedef
FactoryRenderer<T extends RendersValue, I> =
ComponentFactory<Object> Function(I item)
Defines a method that returns a factory to render the Item. The component created must implement RendersValue.
Implementation
typedef FactoryRenderer<T extends RendersValue, I> = ComponentFactory Function(
I item);