ValueListenableTransformer<T> typedef

ValueListenableTransformer<T> = T Function(T)

Signature for method used to transform values in Animation.fromValueListenable.

Implementation

typedef ValueListenableTransformer<T> = T Function(T);