Callback for per-item styling in lists.
index is the item index (0-based). item is the item content.
index
item
typedef ListStyleFunc = Style? Function(int index, String item);