ComponentRenderer<T extends RendersValue, I> typedef

  1. @Deprecated('Use FactoryRenderer instead as it allows for treeshaking')
ComponentRenderer<T extends RendersValue, I> = Type Function(I? item)

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);