Add padding for links in About dialog

This commit is contained in:
estevez-dev 2019-04-04 21:54:41 +03:00
parent 2a01ff8a03
commit 277c67fc6f

View File

@ -415,6 +415,9 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
), ),
), ),
), ),
Container(
height: 10.0,
),
GestureDetector( GestureDetector(
onTap: () { onTap: () {
Navigator.of(context).pop(); Navigator.of(context).pop();
@ -428,6 +431,9 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
), ),
), ),
), ),
Container(
height: 10.0,
),
GestureDetector( GestureDetector(
onTap: () { onTap: () {
Navigator.of(context).pop(); Navigator.of(context).pop();