Skip to content

Commit 72ddc9b

Browse files
authored
Merge pull request #228 from amitamrutiya2210/issue-183-enhancment-intro
Fixed the overlapping text and skip button
2 parents 020fee4 + ace4a1a commit 72ddc9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Components/onboarding/onboarding.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class _OnboardingState extends State<Onboarding> {
6363
textBaseline: TextBaseline.alphabetic,
6464
children: <Widget>[
6565
Padding(
66-
padding: const EdgeInsets.only(left: 20.0),
66+
padding: const EdgeInsets.only(left: 20.0, bottom: 10.0),
6767
child: Text(
6868
'Explore Flood-Mobile',
6969
style: TextStyle(
@@ -74,7 +74,7 @@ class _OnboardingState extends State<Onboarding> {
7474
),
7575
),
7676
Padding(
77-
padding: const EdgeInsets.only(right: 32.0),
77+
padding: const EdgeInsets.only(right: 32.0, bottom: 10.0),
7878
child: ElevatedButton(
7979
onPressed: () {
8080
Navigator.of(context).pushNamedAndRemoveUntil(

0 commit comments

Comments
 (0)