child property
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;
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.
final Widget? child;