ValueChanger<T> typedef

ValueChanger<T> = void Function(T newValue)

Implementation

typedef ValueChanger<T> = void Function(T newValue);