Login/Register Screen CustomClipper+Gradient.

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.
4. To change gradient color change color property in const gradientColor=Colors.teal;