ValueListenableTransformer<T> typedef
Null safety
Signature for method used to transform values in Animation.fromValueListenable.
Implementation
typedef ValueListenableTransformer<T> = T Function(T);
Signature for method used to transform values in Animation.fromValueListenable.
typedef ValueListenableTransformer<T> = T Function(T);