listener property

BlocWidgetListener<Data<V>> listener
finalinherited

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

Implementation

final BlocWidgetListener<S> listener;