item Type
Adds entry that helps KListView to automatically build child views
To make it work, you need to pass here function (lambda, constructor), that takes matcher and returns instance of your item type. In this case, matcher actually matches your KListView and additional matchers that were used (in firstChild(), childAt(), etc.)
Parameters
provide Item
Function that takes data interaction of list view and returns instance of item view