child property

Widget? child
final

Optional child widget passed to the builder.

Useful for optimization when part of the widget tree remains constant during animation. The child is passed through to the builder callback.

Implementation

final Widget? child;