child property

Widget? child
finalinherited

The child widget that will be wrapped by the provider. The child widget can be accessed within the builder method of the provider.

Implementation

final Widget? child;