Skip to content

Commit c0e9911

Browse files
committed
Fixing height problem with bottom sheet keyboard
1 parent d3cb4af commit c0e9911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/pages/onboard_page.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class _OnboardPageState extends State<OnboardPage> {
147147
/// Image and name card
148148
new Padding(padding: new EdgeInsets.only(bottom: 32.0)),
149149
new SizedBox(
150-
height: MediaQuery.of(context).size.height * 0.20,
150+
height: MediaQuery.of(context).size.height * 0.05,
151151
),
152152
new Column(
153153
mainAxisSize: MainAxisSize.min,

0 commit comments

Comments
 (0)