ValueChanging<T> typedef

ValueChanging<T> = T Function(T value)

Implementation

typedef ValueChanging<T> = T Function(T value);