ListStyleFunc typedef

ListStyleFunc = Style Function(ListItems items, int index)

Callback for determining the style of a list item.

Implementation

typedef ListStyleFunc = Style Function(ListItems items, int index);