itemLabelFormatter property

String Function(T value) itemLabelFormatter
getter/setter pair

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;