Flutter Login/Register Screen with Gradient Background
1. Login image with gradient background.
2. Only change the variable shadeColor inside
Widget build(BuildContext context){
const shadeColor=Colors.teal;
//change the color here
}
to change the background gradient color.