FastEmptyListBuilder<T extends FastItem> typedef

FastEmptyListBuilder<T extends FastItem> = Widget? Function(BuildContext context, FastListItemCategory<T>)

Implementation

typedef FastEmptyListBuilder<T extends FastItem> = Widget? Function(
  BuildContext context,
  FastListItemCategory<T>,
);