title property

String Function(T) title
final

title is a function that returns the String to be displayed as the AppBar title, and as the list item labels eg. (T item) => item.toString() or (e) => e.name

Implementation

final String Function(T) title;