TdPickerChange<T> typedef

TdPickerChange<T> = void Function(List<T?> value)

Implementation

typedef TdPickerChange<T> = void Function(List<T?> value);