itemLabelFormatter property
This is responsible for formatting your objects of type T to a string representation of itself It is also required for performance reasons
Implementation
String Function(T value) itemLabelFormatter;
This is responsible for formatting your objects of type T to a string representation of itself It is also required for performance reasons
String Function(T value) itemLabelFormatter;