Answers for "flutter overflow"

2

flutter overflow

there's two solution for this problem :
1- you need to just add this line to your Scaffold     
 
resizeToAvoidBottomInset: false,

2- or wrap all your widgets with SingleChildScrollView()
Posted by: Guest on April-11-2022

Code answers related to "Dart"

Browse Popular Code Answers by Language