displayBuilder property
final
How to display the selected value in the text field.
Implementation
final String Function(T value)? displayBuilder;
How to display the selected value in the text field.
final String Function(T value)? displayBuilder;