forked from yaso_meth/mih-project
Merge pull request #161 from yaso-meth/BUG--Botton-chin-iOS
remove chin
This commit is contained in:
@@ -15,6 +15,8 @@ class _MihSingleChildScrollState extends State<MihSingleChildScroll> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return SafeArea(
|
||||
bottom: false,
|
||||
minimum: EdgeInsets.only(bottom: 5),
|
||||
child: ScrollConfiguration(
|
||||
behavior: ScrollConfiguration.of(context).copyWith(scrollbars: false),
|
||||
child: SingleChildScrollView(
|
||||
|
||||
@@ -99,6 +99,8 @@ class _MihAppState extends State<MihApp> with SingleTickerProviderStateMixin {
|
||||
child: Scaffold(
|
||||
drawer: widget.actionDrawer,
|
||||
body: SafeArea(
|
||||
bottom: false,
|
||||
minimum: EdgeInsets.only(bottom: 5),
|
||||
child: Container(
|
||||
width: screenSize.width,
|
||||
height: screenSize.height,
|
||||
@@ -114,6 +116,7 @@ class _MihAppState extends State<MihApp> with SingleTickerProviderStateMixin {
|
||||
Flexible(child: widget.appTools),
|
||||
],
|
||||
),
|
||||
const SizedBox(height: 5),
|
||||
Expanded(
|
||||
child: PageView.builder(
|
||||
controller: _pageController,
|
||||
|
||||
Reference in New Issue
Block a user