titleBuilder property

String Function(T item)? titleBuilder
final

A function to get the display title of an item.

This is used for the default list tile and for local search filtering. If T is not String, this property is highly recommended.

Implementation

final String Function(T item)? titleBuilder;