Profile Screen with CustomClipper+Shadow
1. CustomClipper is used to design the top part of the screen.
2.CustomShadow is also drawn along with clipper.
3.Color is defined within BuildContext by code "Color myColor=Colors.indigo.shade700;". By changing the variable myColor property, easily possible to change the whole screen color.
4. To view the profile image add an asset image in main directory and add that directory in pubspec.yaml file. Or use any NetworkImage.