listener property

void Function(BuildContext context, Triple<TState> triple) listener
final

The Function listener it's the type void and receive the params context it`s the type BuildContext and triple it's the type Triple<TError, TState>

Implementation

final void Function(
  BuildContext context,
  Triple<TState> triple,
) listener;