child property

Widget? child
final

Provides a widget , which render one time.

It's expose on builder method as second parameter.

Implementation

final Widget? child;