itemLabel property
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;
A function that returns the string representation of an item. Used in the default header and list item widgets.
final String Function(T)? itemLabel;