ComponentRenderer<T extends RendersValue, I> typedef
- @Deprecated('Use FactoryRenderer instead as it allows for treeshaking')
Defines a method that returns a component to render the Item. The component must implement RendersValue.
Implementation
@Deprecated('Use FactoryRenderer instead as it allows for treeshaking')
typedef ComponentRenderer<T extends RendersValue, I> = Type Function(I? item);