We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 020fee4 + ace4a1a commit 72ddc9bCopy full SHA for 72ddc9b
lib/Components/onboarding/onboarding.dart
@@ -63,7 +63,7 @@ class _OnboardingState extends State<Onboarding> {
63
textBaseline: TextBaseline.alphabetic,
64
children: <Widget>[
65
Padding(
66
- padding: const EdgeInsets.only(left: 20.0),
+ padding: const EdgeInsets.only(left: 20.0, bottom: 10.0),
67
child: Text(
68
'Explore Flood-Mobile',
69
style: TextStyle(
@@ -74,7 +74,7 @@ class _OnboardingState extends State<Onboarding> {
74
),
75
76
77
- padding: const EdgeInsets.only(right: 32.0),
+ padding: const EdgeInsets.only(right: 32.0, bottom: 10.0),
78
child: ElevatedButton(
79
onPressed: () {
80
Navigator.of(context).pushNamedAndRemoveUntil(
0 commit comments