child property

Widget child
final

The widget to be rendered. The build context will have access to all of the blocs created by this widget to manage your list.

Implementation

final Widget child;