Iconizer<T> typedef

Iconizer<T> = Icon? Function(T item)

Implementation

typedef Iconizer<T> = Icon? Function(T item);