I found a Solution for anyone encountering the Issue too:
Inside the SignInScreen add:
headerBuilder: (context, constraints, shrinkOffset) {return Sizedbox.shrink();},
Solved the issue for me! :)