itemBuilder property
provide this if you want to build your own items (don't forget to add a onTap to redirect the user to the article)
Implementation
final FeedListItemBuilder? itemBuilder;
provide this if you want to build your own items (don't forget to add a onTap to redirect the user to the article)
final FeedListItemBuilder? itemBuilder;