Skip to content

Commit

Permalink
Merge pull request #217 from Adarshkumar167/splash_update
Browse files Browse the repository at this point in the history
Removed Overflow problem
  • Loading branch information
Pavel401 authored Dec 8, 2023
2 parents 82bde6c + 4c85b8c commit 3f60680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/views/Onboarding/onboarding_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class _OnboardingScreenState extends State<OnboardingScreen> {
fontSize: (width <= 550) ? 30 : 35,
),
),
const SizedBox(height: 5),
Flexible(flex: 1, child: Container()),
Text(
content.desc,
style: GoogleFonts.poppins(
Expand All @@ -101,6 +101,7 @@ class _OnboardingScreenState extends State<OnboardingScreen> {
),
textAlign: TextAlign.center,
),
Flexible(flex: 1, child: Container()),
],
),
);
Expand Down

0 comments on commit 3f60680

Please sign in to comment.