child property

Widget? child
final

Optional child widget passed to the builder.

Useful for optimization when part of the widget tree doesn't change during animation. The child is passed to the builder callback.

Implementation

final Widget? child;