only show padding if no back button but less padding
This commit is contained in:
parent
f226734468
commit
fd5d636930
@ -103,9 +103,10 @@ class LoginScreenState extends State<LoginScreen> {
|
||||
),
|
||||
),
|
||||
),
|
||||
// const SizedBox(
|
||||
// height: 50.0,
|
||||
// ),
|
||||
if (!showBack)
|
||||
const SizedBox(
|
||||
height: 50.0,
|
||||
),
|
||||
|
||||
// app icon
|
||||
Padding(
|
||||
|
Loading…
x
Reference in New Issue
Block a user