• Create a new Stateful Widget called Ball in your main.dart file.

  • Instead of BallPage having a body of Container() replace it with your new Stateful Widget.

    • Your Ball Stateful Widget should display a the ball1.png image. (You don't have to touch the pubscpec.yaml file)

    • Make sure the image is centred.

    • When you run the app this is what you're aiming for: