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(
// height: 50.0,
// ),
if (!showBack)
const SizedBox(
height: 50.0,
),
// app icon
Padding(