ValueCallback<T> typedef

ValueCallback<T> = T Function(Object? value)

Implementation

typedef T ValueCallback<T>(Object? value);