fadeInChildWidget property
A child Widget which will be shown during opacity animation.
fadeInChildWidget : SizedBox(
height: 200,
width: 200,
child: Image.asset("assets/dart_bird.png"),
)
Implementation
Widget? fadeInChildWidget;