listener property

BlocWidgetListener<S> listener
final

Takes the BuildContext along with the bloc state and is responsible for executing in response to state changes.

Implementation

final BlocWidgetListener<S> listener;