itemSubTitle property

String? Function(T item)? itemSubTitle
final

Function to extract the sub-title from an item (used in dialogs/pages).

Implementation

final String? Function(T item)? itemSubTitle;