We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44273e5 commit 4a90bf6Copy full SHA for 4a90bf6
lib/widgets/help_page.dart
@@ -20,7 +20,7 @@ class HelpPage extends StatelessWidget {
20
border:
21
Border(top: BorderSide(width: 1, color: Colors.grey.shade300)),
22
),
23
- padding: const EdgeInsets.symmetric(vertical: 15),
+ padding: const EdgeInsets.symmetric(vertical: 18),
24
child: const VersionInfo());
25
26
return Scaffold(
0 commit comments