providers property

List<RxBlocProvider<RxBlocTypeBase>> providers
final

The RxBlocProvider list which is converted into a tree of RxBlocProvider widgets. The tree of RxBlocProvider widgets is created in order meaning the first RxBlocProvider will be the top-most RxBlocProvider and the last RxBlocProvider will be a direct ancestor of child.

Implementation

final List<RxBlocProvider> providers;