RxLoadingBuilder<B extends RxBlocTypeBase> constructor
const
RxLoadingBuilder<B extends RxBlocTypeBase> ({})
The default constructor
Implementation
const RxLoadingBuilder({
required this.state,
required this.builder,
this.bloc,
Key? key,
}) : super(key: key);