ItemBuilder<T> typedef
ItemBuilder<T> =
Widget Function(BuildContext context, T itemData)
type def for builder argument of LoadMoreListData
Implementation
typedef ItemBuilder<T> = Widget Function(BuildContext context, T itemData);