ListenerState<T> typedef

ListenerState<T> = (BuildContext, T)

Implementation

typedef ListenerState<T> = (BuildContext context, T state);