formatter property
Optional display formatter. When provided, displayValue uses this
instead of the default toString() representation.
Implementation
final String Function(T value)? formatter;
Optional display formatter. When provided, displayValue uses this
instead of the default toString() representation.
final String Function(T value)? formatter;