RxBlocMultiBuilder3<B extends RxBlocTypeBase, T1, T2, T3> constructor
const
RxBlocMultiBuilder3<B extends RxBlocTypeBase, T1, T2, T3> ({
- required Stream<
T1> state1(- B
- required Stream<
T2> state2(- B
- required Stream<
T3> state3(- B
- required Widget builder(
- BuildContext,
- AsyncSnapshot<
T1> , - AsyncSnapshot<
T2> , - AsyncSnapshot<
T3> , - B,
- B? bloc,
- Key? key,
Default RxBlocBuilder constructor
Implementation
const RxBlocMultiBuilder3({
required this.state1,
required this.state2,
required this.state3,
required this.builder,
this.bloc,
super.key,
});