child property

Widget child
final

The Widget and its descendants which will have access to every BloC provided by blocProviders.

This Widget will be a direct descendent of the last BlocProvider in blocProviders.

Implementation

final Widget child;