menu
flutter_rx_bloc package
documentation
flutter_rx_bloc.dart
RxBlocMultiBuilder3<B extends RxBlocTypeBase, T1, T2, T3>
state2 property
state2 property
dark_mode
light_mode
state2
property
Stream
<
T2
>
Function
(
B
)
state2
final
The
state2
of the bloc that is being listened to for changes
Implementation
final Stream<T2> Function(B) state2;
flutter_rx_bloc package
documentation
flutter_rx_bloc
RxBlocMultiBuilder3<B extends RxBlocTypeBase, T1, T2, T3>
state2 property
RxBlocMultiBuilder3 class