ItemBuilder<T> typedef
ItemBuilder<T> =
Widget Function(T item)
Signature for a function that creates a widget for a given item of type T
Implementation
typedef Widget ItemBuilder<T>(T item);
Signature for a function that creates a widget for a given item of type T
typedef Widget ItemBuilder<T>(T item);