itemLabel property

String Function(T)? itemLabel
final

A function that returns the string representation of an item. Used in the default header and list item widgets.

Implementation

final String Function(T)? itemLabel;