BlocStateListenerBinder<S extends BlocState> constructor

const BlocStateListenerBinder<S extends BlocState>({
  1. required dynamic trigger(
    1. BuildContext,
    2. S
    ),
})

Implementation

const BlocStateListenerBinder({required this.trigger});