ValueChange<T> typedef
ValueChange<T> =
void Function(T value, int? index)
Implementation
typedef ValueChange<T> = void Function(T value, int? index);
typedef ValueChange<T> = void Function(T value, int? index);