child property

Widget? child
final

child is the Widget child that will be animated.

Important:

  • child can't be null. Cannot provide animation without any widget.

Implementation

final Widget? child;