remove chin
This commit is contained in:
parent
4723db4849
commit
81100e05b2
2 changed files with 5 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue