child property

Widget child
final

The widget and its descendants which will have access to every bloc provided by providers. child will be a direct descendent of the last RxBlocProvider in providers.

Implementation

final Widget child;