only show padding if no back button but less padding

This commit is contained in:
Kima 2024-03-04 21:26:16 +01:00
parent f226734468
commit fd5d636930

View File

@ -103,9 +103,10 @@ class LoginScreenState extends State<LoginScreen> {
), ),
), ),
), ),
// const SizedBox( if (!showBack)
// height: 50.0, const SizedBox(
// ), height: 50.0,
),
// app icon // app icon
Padding( Padding(