Login/Register Screen with CustomClipper
1. CustomClipper is used to design the top part of the screen.
2. No image is used.
3. Color is defined within BuildContext by code "const myColor=Colors.cyan;". By changing the variable myColor property, easily possible to change the whole screen color.