• Create a new Stateless widget called BallPage in your main.dart file.

  •   Replace the word null with the new Stateless Widget you created.

  • Your BallPage should have a Scaffold with an AppBar and an empty Container as the body.

  • The AppBar should have a  dark blue backgroundColor and a title that says 'Ask Me Anything'.

  • The background your Scaffold should have a blue color.

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