idk
parent
96d6822818
commit
61565ee4d0
|
@ -140,8 +140,8 @@ class _SettingsPage extends State<SettingsPage> {
|
||||||
onTap: () => {},
|
onTap: () => {},
|
||||||
),
|
),
|
||||||
//
|
//
|
||||||
SizedBox(
|
const SizedBox(
|
||||||
+ height: 30,
|
height: 30,
|
||||||
),
|
),
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
child: const Text('imprint & privacy policy', style: TextStyle(color: Colors.grey, fontSize: 15)),
|
child: const Text('imprint & privacy policy', style: TextStyle(color: Colors.grey, fontSize: 15)),
|
||||||
|
|
Loading…
Reference in New Issue