child property

Widget? child
final

The widget below this DualTransitionBuilder in the tree.

This child widget will be wrapped by the transitions built by forwardBuilder and reverseBuilder.

Implementation

final Widget? child;