PickerValueFormat<T> typedef
PickerValueFormat<T> =
String Function(T value)
Picker value format callback.
Implementation
typedef PickerValueFormat<T> = String Function(T value);
Picker value format callback.
typedef PickerValueFormat<T> = String Function(T value);