forked from firka/firka
change height to fullscreen
This commit is contained in:
@@ -393,8 +393,12 @@ class _LoginScreenState extends FirkaState<LoginScreen> {
|
|||||||
showModalBottomSheet<void>(
|
showModalBottomSheet<void>(
|
||||||
context: context,
|
context: context,
|
||||||
isScrollControlled: true,
|
isScrollControlled: true,
|
||||||
|
showDragHandle: false,
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return _loginWebView;
|
return SizedBox(
|
||||||
|
height: MediaQuery.sizeOf(context).height,
|
||||||
|
child: _loginWebView,
|
||||||
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user