style: ElevatedButton.styleFrom( shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(16), ), padding: EdgeInsets.symmetric(vertical: 16), elevation: 5, ), child: Center( child: Text( "Log In", style: GoogleFonts.lexend( color: Colors.black, fontSize: 18, fontWeight: FontWe...