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