itemLabelBuilder property
Optional function to decide how selected item should be displayed
Implementation
final String Function(T)? itemLabelBuilder;
Optional function to decide how selected item should be displayed
final String Function(T)? itemLabelBuilder;