itemDescription property

String? Function(T item)? itemDescription
final

Function to extract the description from an item (used in dialogs/pages/sheets).

Implementation

final String? Function(T item)? itemDescription;