BlocStateListenerBinder<S extends BlocState> constructor
const
BlocStateListenerBinder<S extends BlocState> ({
- required dynamic trigger(
- BuildContext,
- S
Implementation
const BlocStateListenerBinder({required this.trigger});