Relative Content

Tag Archive for fluttersinglechildscrollview

Getting error saying Bottom overloaded by 41 pixel in Flutter

I am new to Flutter. When i use SingleChildScrollView, i am getting error saying ‘Bottom overloaded by 41 pixel’. Based on the earlier suggestion for the similar issue in this portal, i have used “resizeToAvoidBottomInset: false,”. I have also tried ‘BoxConstraints’. Issue was not resolved. Can you please assist?. Kindly note that first tab bar is throwing this error because it has more widgets. Please let me know for any questions.