forked from firka/student-legacy
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(
|
if (!showBack)
|
||||||
// height: 50.0,
|
const SizedBox(
|
||||||
// ),
|
height: 50.0,
|
||||||
|
),
|
||||||
|
|
||||||
// app icon
|
// app icon
|
||||||
Padding(
|
Padding(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user