forked from firka/student-legacy
fixed settings top padding
This commit is contained in:
parent
b37af9f5a5
commit
6f85a4ebc1
@ -207,7 +207,7 @@ class _SettingsScreenState extends State<SettingsScreen>
|
|||||||
opacity: 1 - _hideContainersController.value,
|
opacity: 1 - _hideContainersController.value,
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 32.0),
|
const SizedBox(height: 45.0),
|
||||||
|
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user