Login/Register Screen with CustomClipper & Gradient

1. CustomClipper is used to design the background of the screen. So easily possible to change color.
2. No background image is used.
3.Color is defined within BuildContext by variable myColor. Changing the variable myColor property will change the background color.