child property

Widget? child
final

The subtree to rebuild on restart.

The same widget instance is re-used across restarts. Use builder if a fresh widget instance is needed on each restart.

Implementation

final Widget? child;