Listener<T> typedef

Listener<T> = void Function(BuildContext context, T oldValue, T newValue)

Implementation

typedef Listener<T> = void Function(
    BuildContext context, T oldValue, T newValue);