listener property

BlocWidgetListener<FourStates<T>> 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;